Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello, I'm new to image processing. I want to use EMGUcv but I don't know how to use it in c#. Are there any e-book,articles,... which can guide me?

Thanks in advance
Posted
Updated 29-Sep-11 8:33am
v3

There are several tutorials on-line that talk you through the EMGU examples. They are available here:
http://www.emgu.com/wiki/index.php/Tutorial[^]

All the source code for these are provided when you download EMGUcv. Perhaps the most difficult subject for most user is the setting up of EMGU Follow the instruction carefully here:
http://www.emgu.com/wiki/index.php/Download_And_Installation[^]

The best course for a beginer is to look through each of the examples sources provided. They are in the extracted folder "EMGU.Examples". These will run straight of however when you create you own projects you will need 3 references for EMGU.CV, EMGU.CV.UI and EMGU.Util. On top of this you will need to add the opencv wrapped classes to the output directory. For very simple projects you can get away with just opencv_core220.dll and img_proc220.dll. If you need any of the other the rror message will tell you which ones (usually this is all but 3 of them so just add them all).

If you need other tutorials google is of course another good source search
Google[^] for the suitable tutorial.

If you need any further Help feel free to ask.
 
Share this answer
 
v3
Comments
C_Johnson 19-Sep-11 7:12am    
Added a little to provide better support hope you don't mind Chris
 
Share this answer
 
Comments
C_Johnson 19-Sep-11 6:59am    
None of these are references to using EMGUcv

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