Click here to Skip to main content
15,893,486 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
i am making a project shape detection i started in c# but i have to face alot of problem in it. Infact i am working on background subtraction till last 4 weeks kindly help me it is better to make in c# or matlab?
i have no idea about matlab
is there any lirary for imgae in c#?
how can i embed matlab program in c#?
plz help me this is my final year project
Posted

One Open Source library I'm familiar with is AForge.NET; see http://en.wikipedia.org/wiki/Aforge.net[^], http://www.aforgenet.com/[^].

Look at the CodeProject articles by the original developer of AForge.NET Andrew Kirillov.

—SA
 
Share this answer
 
Comments
thatraja 20-May-11 13:43pm    
Yes, his collection is very nice & wonderful. :thumbsup:
Sergey Alexandrovich Kryukov 20-May-11 14:26pm    
Thank you very much.
--SA
For integrating matlab here it is all explained;

1..2..3 ways of integrating MATLAB with the .NET[^]

I personally prefer openCV[^]. Some other libraries that you can use;

VLFeat[^],
OpenSURF[^],
Victor Image Processing Library[^].

For shape detection you should check AForge.Net[^]. Here is a link[^] related to the issue.
Extra link[^] for shape detection.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-May-11 14:28pm    
Very good sources, my 5.
I forgot about OpenCV as I did not try to work with it. Really worthy?
--SA
Orcun Iyigun 20-May-11 15:09pm    
Well actually it is personal choices and both has pros/cons. AForge has a good documentation and easier to understand comparing to OpenCV.
With OpenCV you have more image processing options such as SIFT/SURF, more complicated image processing combinations or so. AForge's ability to filter, transforming images and manipulation images are really good but you can not do matrix operations quite well and you can go with more advanced operations with OpenCV. In addition to this OpenCV also has support for haarcascade.xml files you can use that include face detection.
I hope I am helpful to you,SA but I might go off-topic a bit. Btw, what is the reason you avoid working with OpenCV?
bharath S h 1-Mar-12 23:31pm    
Even 'm working on shape detection in matlab... thinking to use codebook technique .. can anyone guide me,how to build an codebook of shapes in matlab..

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