Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Good morining friends.,
i resume with .net project which is based on graphical image processing .may i know which framework is best to work with graphical image processing.please help me.
Thank you
Posted

I suggest you use AForge:
http://code.google.com/p/aforge/[^]
 
Share this answer
 
Comments
baskaran chellasamy 20-Apr-12 2:14am    
ok thanks but i tried this aforge.net for my project.but in my project i am using webcam image in that i cannot extract human body and i should locate two points in neck of human body what can do?
JF2015 20-Apr-12 2:20am    
This is not a trivial task and you I doubt you will find any code that does that for you. Sorry to say that, but you will need to write it on your own and the image processing tools available will only be a help. Maybe you can have a look at Microsoft Kinect - there is an API that allows detecting the human body.
You can use Insight tooklit (ITK) and Visual toolkit (VTK), but only disadvantage is they are in C++ you will have to write some wrappers around it.

You can check out the managed wrappers for ITK, I haven't tried it myself.
http://code.google.com/p/manageditk/[^]

Also, http://sourceforge.net/projects/simpleitk/files/SimpleITK/0.4.0/CSharp/[^]

http://www.insight-journal.org/browse/publication/151[^]
 
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