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.
精彩评论