问题描述
- Opencv中cvfindcontours原理
-
Opencv中的cvfindcontours原理是什么啊,有没有什么比较著名的算法在里面,自己看不懂代码,网上也没有介绍~但是想学习一下轮廓检测……
解决方案
OpenCV人脸识别的原理 .
OpenCV人脸识别的原理 .
opencv cvFindContours
----------------------
The function retrieves contours from the binary image using the algorithm [Suzuki85]. The contours are a useful tool for shape analysis and object detection and recognition. See squares.c in the OpenCV sample directory.
[Suzuki85] Suzuki, S. and Abe, K., Topological Structural Analysis of Digitized Binary Images by Border Following. CVGIP 30 1, pp 32-46 (1985)
时间: 2024-10-31 18:55:41