Emgucv is the encapsulation of opencv in the C # environment, which is easy to use. Below are some useful web sites I have collected and posted to share them with you. You can refer to them at the beginning:
First, the official website of emgucv: http://www.emgu.com/wiki/index.php/main_page. the download and documentation are all here. Select a version when downloading. Different Versions encapsulate opencv of different versions. The organizational structure of opencv2.0 and later is somewhat changed. Pay attention to this.
The second is to collect others' posts:
Bean Ding Network: Detailed C # Under the configuration of opencv http://www.docin.com/p-67900605.html (running example)
Blog:
Using opencv and other libraries in C # For Image ProcessingHttp://www.cnblogs.com/zengqs/archive/2009/01/31/1381756.html (resource summary)
Using opencv (emgu) in C #Http://www.cnblogs.com/maiye/archive/2010/06/19/1761075.html(Including Guan JianCode)
Interaction between opencv, emgucv, And. net
Http://www.cnblogs.com/xrwang/archive/2010/01/26/TheInteractionOfOpenCv-EmguCvANDDotNet.html (basic knowledge, about the representation type of different environment images, I personally feel this is very important, but at present I still have a lot of do not understand)
Baidu space:
C # picturebox on show picture http://hi.baidu.com/pengjun/blog/item/0bacaec3045e835db219a877.html (a preliminary example)