how can i start my project face recognition in c# and which library of c# is used for image processing
face recognition system in c#
Page 1 of 15 Replies - 6609 Views - Last Post: 29 January 2010 - 05:29 AM
Topic Sponsor:
Replies To: face recognition system in c#
#2
Re: face recognition system in c#
Posted 19 January 2010 - 07:40 AM
#3
Re: face recognition system in c#
Posted 19 January 2010 - 04:58 PM
There isn't any free face recognition system as companies spend millions in developing one. For face detection, use EmguCV.
#4
Re: face recognition system in c#
Posted 28 January 2010 - 10:07 PM
I want the same idea but only to unlock something...
#5
Re: face recognition system in c#
Posted 28 January 2010 - 10:53 PM
coolguy, have you not figured out no one is going to give you free code? Either post a job, or research and develop as much as you can, and then we will help
#6
Re: face recognition system in c#
Posted 29 January 2010 - 05:29 AM
SwiftStriker00, on 19 Jan, 2010 - 06:40 AM, said:
He's telling you straight off the bat how to do it.
//Getting red layer R = PreResult.GetPixel(i, j).R; //Getting green layer G = PreResult.GetPixel(i, j).G; //Getting blue layer B = PreResult.GetPixel(i, j).B; //Formula for convert RGB 2 YCBCR //Y = 0.299 * R + 0.587 * G + 0.114 * B; //Cb = -0.169*R - 0.332*G + 0.500*B; Cr = 0.500 * R - 0.419 * G - 0.081 * B;
GetPixel though? (notoriously slow)
Can't this be done using DIBs?
Trent Jackson
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|