我想做一些iPhone OpenCV应用程序来识别简单的形状,如通过相机的方形。
有人能给我看一个简单的教程吗?
答案 0 :(得分:34)
在使用OpenCV进行iPhone开发之前,请确保在标准平台(如Windows / Linux / Mac OS X)上掌握OpenCV。
另外,确定您更喜欢使用哪个OpenCV接口:C或C ++
我在stackoverflow上使用搜索框获得了结果:
Detecting a circle of a specific color (or gray level) with openCV
Detect Corners of Triangle in Image on iPhone
OpenCV Object Detection - Center Point
How to recognize rectangles in this image?
和这些是来自Google的结果:
Tracking colored objects in OpenCV
Circle recognition using openCV
Fast OpenCV Circle Tracking(查看视频说明以获取提示)
This series for OpenCV is great,特别是这一个:机器人的愿景5:n:Hough变换