Click here to Skip to main content
15,901,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to find Contours in ImageProcessing but i don't know how to start.
Please help me ! Thank for your help very much !
Posted

 
Share this answer
 
Comments
Member 10338650 1-Jul-14 21:40pm    
Thank you, i'll try it
 
Share this answer
 
Comments
Member 10338650 1-Jul-14 21:41pm    
Thank you very much
I would advise to use AForge.NET which is natively written in C#:
http://en.wikipedia.org/wiki/AForge.NET[^],
http://www.aforgenet.com[^].

This is the introductory AForge.NET page on contouring (edge detection): http://www.aforgenet.com/framework/features/edge_detectors_filters.html[^].

See also: http://www.aforgenet.com/articles/shape_checker[^].

By the way, if you prefer using OpenCV, you will need a .NET wrapper for it. Such wrapper does exist, called Emgu CV:
http://www.emgu.com[^],
http://www.emgu.com/wiki/index.php/Main_Page[^].

—SA
 
Share this answer
 
Comments
Member 10338650 1-Jul-14 21:42pm    
yeah, thank for your link.
Sergey Alexandrovich Kryukov 9-Jul-14 11:36am    
You are very welcome.
—SA
Member 10338650 9-Jul-14 4:06am    
hey, i have a problem with rectangular parallelepiped, cube, cone... how to find contours their, please help me ! Thank a lot
Sergey Alexandrovich Kryukov 9-Jul-14 11:37am    
It mainly depends on what you are going to do with them. Are you going to recognize 3D shape from image? It's not going to be easy...
—SA
Member 10338650 10-Jul-14 21:55pm    
yes, i want to recognize 3D shape from image but when i used EmguCV the result is not true

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