开发者

Is there any OpenCV wrapper for Monotouch?

开发者 https://www.devze.com 2023-04-05 18:27 出处:网络
OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer visi开发者_如何学Goon and augmented reality.

OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer visi开发者_如何学Goon and augmented reality.

http://opencv.willowgarage.com/wiki/

I've only found a couple of iOS ports:

https://github.com/macmade/OpenCV-iOS

https://github.com/BloodAxe/opencv-ios-template-project

And a specific iOS folder and makefile in the official repository:

https://code.ros.org/svn/opencv/trunk/opencv/ios/

Is there any OpenCV C# wrapper for Monotouch?

Thanks in advance!


Not quite sure about Monotouch but EmguCV is a wrapper for C#/.Net. Since Monotouch declares .Net libraries compability is should suit to your needs.

0

精彩评论

暂无评论...
验证码 换一张
取 消