搜索资源列表
skeleton.rar
- 一个用opencv编写的骨架提取的程序,主要原理是基于距离变换,鲁棒性很高,里面附了多个测试图片,Opencv prepared with a skeleton extraction procedure, the main principle is based on the distance transform, robust high, which is attached a number of test pictures
AdvMorph
- 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
opencvske
- 基于opencv的距离变换程序,并进行去噪滤波,可用于求取物体几何骨架-Opencv-based distance transform processes and de-noising filter can be used to extract a geometric skeleton of an object
cPPopencv
- 利用c++ opencv的图像的骨架提取-Using c++ opencv skeleton image extraction
gujia
- 利用opengcv实现的骨架提取算法,效果不够精细,提供一个思路以供参考。-Use opencv to achieve skeleton extraction algorithm, the effect is fine enough to provide an idea for reference.
cvSkeleton
- 这个是骨骼识别的一个函数!!!在OPENCV上运行的,请自建Main函数进行调用此函数!-This is a function of the identified skeleton! ! ! On OPENCV run, self-built Main function call this function!
skeleton
- 图像处理中,基于opencv的骨架化处理(Skeletonization based on OpenCV)
thin
- 对灰度图像进行骨架提取,得出骨架走向和骨架像素坐标。(The skeleton of gray image is extracted, and the skeleton direction and skeleton pixel coordinates are obtained.)