Description: 这个matlab程序实现了Edge Linking and Line Segment Fitting,解压后直接运行demo.m就可以了
-
edgelink.m edge linking function that forms lists of connected edge points from a binary edge image. (Needs findendsjunctions and cleanedgelist below).
drawedgelist.m plots out a set of edge lists generated by edgelink or lineseg.
edgelist2image.m transfers edgelist data back into a 2D image array.
lineseg.m forms straight line segments fitted with a specified tolerance to the lists of connected edge points.
maxlinedev.m is also used by lineseg.m to calculate deviations of the edge lists from the fitted segments.
findendsjunctions.m finds line junctions and endings in a line/edge image.
cleanedgelist.m cleans up a set of edge lists generated by edgelink or lineseg so that isolated edges and spurs that are shorter than a minimum length are removed. Platform: |
Size: 23552 |
Author:liucun |
Hits:
Description: 利用Matlab软件,具体实现对于给定图片的边缘提取、链接,同时计算计算图像中每个物体的边界长度、面积、矩,投影、近似圆形的离心率、紧致度和边界的傅立叶描述子。-Using Matlab software, the specific implementation for a given image edge extraction, linking, also calculated for each object in the calculation of the image boundary length, area, moments, projections, nearly circular eccentricity, compactness and boundaries of the Fourier descriptors . Platform: |
Size: 431104 |
Author:郭卉 |
Hits: