文件名称:Corner
介绍说明--下载内容均来自于网络,请自行研究使用
一种比较好用的边缘检测方法CORNER Find corners in tensity image.
% CORNER works by the following step:
% 1. Apply the Canny edge detector to the gray level image and obtain a
% binary edge-map.
% 2. Extract the edge contours from the edge-map, fill the gaps in the
% contours.
% 3. Compute curvature at a low scale for each contour to retain all
% true corners.
% 4. All of the curvature local maxima are considered as corner
% candidates, then rounded corners and false corners due to boundary
% noise and details were eliminated.
% 5. End points of line mode curve were added as corner, if they are not
% close to the above detected corners.
% CORNER works by the following step:
% 1. Apply the Canny edge detector to the gray level image and obtain a
% binary edge-map.
% 2. Extract the edge contours from the edge-map, fill the gaps in the
% contours.
% 3. Compute curvature at a low scale for each contour to retain all
% true corners.
% 4. All of the curvature local maxima are considered as corner
% candidates, then rounded corners and false corners due to boundary
% noise and details were eliminated.
% 5. End points of line mode curve were added as corner, if they are not
% close to the above detected corners.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 101259378corner.rar 列表 Corner\b.gif Corner\c.gif Corner\corner.m Corner\d.gif Corner\e.gif Corner\f.gif Corner\g.gif Corner\gui_corner.fig Corner\gui_corner.m Corner\house.bmp Corner\h.gif Corner\a.gif Corner\Thumbs.db Corner