搜索资源列表
Findcontours
- 算法实现对二值图像区域轮廓的查找和标定。使用了opencv库.
FindContours
- 基于OpenCV的轮廓检测程序。需要电脑安装了最新的OpenCV版本
contour
- opencv 查找轮廊 通过findcontours函数查找轮廊-opencv find the contour good
findcontours
- 采用不同图像分割方法(阈值、边缘、区域)提取脊柱轮廓,比较分割方法的优缺点。采用面积指标。-Different methods of image segmentation (threshold edge region) to extract the contour of the spine, comparative advantages and disadvantages of segmentation approach. Use area indicators.
findConnectRegion
- 对一副独立区域较多的图片(几千或者几万),找出图像中所有连通的区域,并且将其存储为点集。主要函数为SFindContour,里面有给出的示例程序(For more images of an independent region (thousands or tens of thousands), find all connected areas in the image and store them as point sets.The main function is SFindContour,