c – 相机和图像识别
作者:互联网
我最近观看了一段视频,其中有一个人拿着相机识别rubik的立方体被抓住的时间,它捕获了9个方块的颜色组合,然后拍摄了立方体的图片并在他的计算机屏幕上显示3×3网格.这是什么样的编程,我将从哪里开始阅读以进入这类事情?具体而言,控制相机,并使其选择图像的某些部分并转换该数据.
解决方法:
首发,http://opencv.willowgarage.com/documentation/structural_analysis_and_shape_descriptors.html
然后是http://www710.univ-lyon1.fr/~bouakaz/OpenCV-0.9.5/docs/ref/OpenCVRef_ImageProcessing.htm
代码示例http://code.google.com/p/blockhead/source/browse/trunk/Xcode/CubeFinder.cpp?r=8
和http://blockhead.googlecode.com/svn-history/r13/trunk/CubeFinder.cpp
OpenCV cvFindContours – how do I separate components of a contour
标签:c,textures,camera,rubiks-cube,vision 来源: https://codeday.me/bug/20190901/1786035.html