搜索资源列表
复件 链码
- 对图像首先进行了边缘提取和细化,然后对细化了的图像通过链码来输出,是一个对图像编程人员非常实用的工具哦-the first images of edge extraction and refining, and then refined through images of the chain code to output, the image is a programmer very useful tool oh
链码变体
- 这是对图像链码的实例描述,能够根据算法思想理解代码
lianmajiema
- 一个关于图像边缘链码编码的程序-A program about image contour code
t822
- 函数int SingleTrackE(int i, int j, int iop, int *code) 实现单区域轮廓跟踪 函数int CodeToTable(int *code,struct DOT *dot)实现链码表转换成线段表 -function int SingleTrackE (int i, int j, iop int, int* code) to achieve single contour tracking fu
复件 链码
- 对图像首先进行了边缘提取和细化,然后对细化了的图像通过链码来输出,是一个对图像编程人员非常实用的工具哦-the first images of edge extraction and refining, and then refined through images of the chain code to output, the image is a programmer very useful tool oh
listcode
- 在VC++下实现对图象进行CANNY边缘检测,并用形态学方法进行处理,然后对它进行链码编码,最后基于链码进行方向的检测!-under the VC images of Canny edge detection, and using morphological method, Then it conducted chain coding, based on the final direction of chain code for th
fchcode
- 此程序用来得到图像边界的freeman链码-this procedure to be used to image the border freeman chain code
chaincode
- 1.首先将原始图档(如图三)由RGB彩色模型转换成HSI彩色模型,取其 I 亮度模型。 2.再萃取出亮度值大于0.999之部份,进行数次膨胀与侵蚀运算后,即可取得火焰部份(如图四)。 3.图四之火焰影像进行边缘运算,并找出边缘之每一点坐标,再将坐标排序,取最小值作为链码的启始点(如图五之红色星号)。 4.链码产生的方式:沿边缘依逆时针的顺序扫瞄下一个边界值,并依序输出链码(如图七)。-1. First, the orig
boundary_code
- 对二值图像进行边界提取,生成8方向的边界链码,可以求出各个链码元素出现的频率-value of two images boundary extraction, production direction of the border eight chain code, can be obtained in various chain code elements, the frequency
OnProcessTrace
- 于八方向链码的边界跟踪代码,其中数组存储的是边界点的矢量方向,存储的是边界点的坐标。-in eight directions chain code border tracking code, which is stored in an array of border points vector direction, Storage is the boundary point coordinates.
fly111
- 基于链码提取的傅立叶描述子,以及傅立叶反变换对图象边界进行重建 -chain code extraction based on Fourier descr iptors, and the Fourier transform of image reconstruction border
lianmatezhengtiqu
- 对图形的边缘,可实现图像到链码,链码到图像的转换。-right to the brink of graphics, images can be realized chain code, the chain code to the image conversion.
matlab_boudary
- 转,matlab(边界提取,链码生成,差分链码生成及频率向量生成程序)具有旋转不变性了的链码-Turn, matlab (border extraction, chain code generation, differential chain code generation and the frequency of vector generation procedure) has the rotation invariance of t
bsubsamp
- 数字图像处理(冈萨雷斯)书中的边界链码实现,该程序通过取网格,简化了编码的数据量-Digital image processing (Gonzalez) the boundary chain code book, realize that the procedures through access grid, simplifying the coding of data
sumbsamp
- 这段代码是关于边界链码提取的,采用MATLAB编写,但是还有一些欠缺-This code is on the boundary chain code extraction, using MATLAB to prepare, but there are still some lack of
NovelShapeBasedImageRetrievalUsingDirectionCode.ra
- 在Freeman链码基础上,提出一种新的形状描述编码:最小和统计方向码. 该方法对图像平移、旋转具有不变性的优点,对尺度变换有成比例特点. 提出了相应的形状匹配算法:方向熵法度量最小和统计方向码描述的形状相似度. 仿真试验验证了这种形状检索方法的有效性与可行性.-In the Freeman chain code based on a new shape descr iption coding: the direction of the
ChainTrace
- 链码追踪在图像处理里,是一个常用的手法,本算法说明了这个算法的基本思想。-Chain code tracking in image processing, the is a commonly used approaches, the algorithm describes the basic idea of this algorithm.
Graphic3
- C语言编写,图像处理实现腐蚀与膨胀效果,同时完成开、闭运算,并求出图像边界的链码。-C language, image processing to achieve the effect of corrosion and expansion, completed at the same time open and close operation, and obtained images of the chain code boundary
链码
- 链码画图片形状特征,matlab实现,亲测可用(Chain code painting image shape feature)
轮廓跟踪算法获取物体的轮廓序列_生成边界链码
- 链码(又称为freeman码)是用曲线起始点的坐标和边界点方向代码来描述曲线或边界的方法,常被用来在图像处理、计算机图形学、模式识别等领域中表示曲线和区域边界。本例用C++实现轮廓跟踪算法获取物体的轮廓序列,可生成边界链码。(freeman is a method to describe a curve or boundary by using the coordinates of the starting point of the c