Emgu.CV,OpenCV for C#

Emgu.CV,OpenCV for C#

 
Emgu.CV是OpenCV的.net framework封装,可以用于C#,现在已经出到2.0/2.1版本了。它分两层:

The basic layer ( layer 1 ) contains function , structure and enumeration mappings which directly reflect those in OpenCV . The second layer ( layer 2 ) contains classes that mix in advantanges from the .NET world.

目前的OpenCV增加了一些新的vision功能,例如SURF特征(SURF与SIFT的对比见:12),HOG算子等,都是近几年conference上提出的新东西。

 


另外,新的OpenCV(EmguCV) 在机器学习部分的算法也比以前增加了,神经网络,boost,EM,SVM……常用的一些计算工具都具备了。

C#作为一个编程工具,必须承认,上手比VC要快得多,我们的学生,尤其是女生,碰到要做界面的程序,都很自觉地用它。既然有了Emgu.CV,下学期的vision课用它也无妨了。


你可能感兴趣的:(opencv)