Click here to Skip to main content
15,920,602 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I implement red eye removal from any image in WPF. Any suggestions would be great. I found this link: http://blog.csharphelper.com/2012/02/15/perform-red-eye-reduction-on-a-picture-in-c.aspx[^], but I don't know how to do this in WPF. Please help me in converting this sample in wpf.

Thanks
Posted
Updated 1-Jul-12 22:47pm
v2

Some pointers here,

red-eye-reduction-algorithm[^]
 
Share this answer
 
I found the solution using two methods:

Copypixels()[^] and WritePixels()[^]

hope it helps some one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900