Click here to Skip to main content
15,910,471 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi my friends,
I wanna write PCA code with c#. Please help me, How should I start? Which library should I use? Do you have any learning file or link about this subject? Please help me.
Thanx.
Posted
Comments
Sandeep Mewara 12-Aug-10 15:26pm    
Did you Google or even used CP search? Try it!

Facial recognition is a complex task that a lot of time, money and energy has gone into. The algorithms are mostly all proprietary or classified so no one is going to be able to point you to resources that you can't find on your own.
 
Share this answer
 
May be an article at CP - Face Detection in C#[^] is a good starting point.
 
Share this answer
 
you can find these in in matlab 's home page.

http://www.mathworks.com/matlabcentral/fileexchange/4408-face-recognition-system[^]

http://www.mathworks.com/matlabcentral/fileexchange/17032-pca-based-face-recognition-system[^]


However if you intend to work with C#, you can covert it to C#.

OR make matlab function to .Net Dll

for the face ...

You can check http://torch3vision.idiap.ch/[^]


Now, you can search for "open cv"
 
Share this answer
 
v2
Comments
Christian Graus 21-Aug-10 23:58pm    
Why are you replying to people who asked over a week ago, and who already have perfectly viable answers ?

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