搜索资源列表
contour_following
- matlab 边界跟踪程序,图像要求为二值图像,输出为边界的点的坐标。
contourtrack
- matlab边界自动跟踪程序,该程序可以直接运行,涉及边界判别准则和搜索准则。图像要求为二值图像,可输出为边界的点的坐标和轮廓图像。-matlab boundary automatic tracking program can be run directly involving border criteria and search criteria. Image requirements for binary images can be output for the coordinates of
TRACEFUNC
- 工业用边界跟踪函数,已经过多个项目的实践测试与完善。可对8位非二值图直接进行处理,返回图像中元素的边界,并且为单像素-Industrial border tracking function, several projects have been testing and improving practice. Be on the 8-bit non-binary image processing directly to return the image boundary elements, and
8_orientian_genzong
- 于八方向链码的边界跟踪代码,其中nVerct数组存储的是边界点的矢量方向,Coordinate存储的是边界点的坐标。-In the eight-direction chain code boundary tracking code, which is stored in the array nVerct vector direction of the boundary points, Coordinate stores the coordinates of boundary points.
cxl
- 跟踪图像的边界,逐一记录边界点坐标(xi , yi),并将边界点坐标转换成8方向链码并计算图像周长P
轮廓跟踪算法获取物体的轮廓序列_生成边界链码
- 链码(又称为freeman码)是用曲线起始点的坐标和边界点方向代码来描述曲线或边界的方法,常被用来在图像处理、计算机图形学、模式识别等领域中表示曲线和区域边界。本例用C++实现轮廓跟踪算法获取物体的轮廓序列,可生成边界链码。(freeman is a method to describe a curve or boundary by using the coordinates of the starting point of the curve and the direction code of
freeman_de
- 链码(又称为freeman码)是用曲线起始点的坐标和边界点方向代码来描述曲线或边界的方法,常被用来在图像处理、计算机图形学、模式识别等领域中表示曲线和区域边界。本例用C++实现图像八方向链码的边界跟踪算法。(freeman is a method to describe a curve or boundary by using the coordinates of the starting point of the curve and the direction code of the bou