资源简介

图像处理中用于边缘检测图像的边缘连接和边缘拟合的代码

资源截图

代码片段和文件信息

% DRAWEDGELIST - plots pixels in edgelists
%
% Usage:      drawedgelist(edgelist rowscols randcol figno)
%
%    edgelist   - Cell array of edgelists in the form
%                     { [r1 c1   [r1 c1   etc }
%                        ...
%                        rN cN]   ....]
%    rowscols -   2 element vector [rows cols] specifying the size of the
%                 image from which edges were detected (used to set size
%                 of plotted image) 
%    randcol    - Optional flag (1/0) to turn on/off random color coding for
%                 each edgelist so that it is easier to see how the edges
%                 have been broken up into separate lists.  Default is 0.
%    figno      - Optional figure number in which to display image.
%
% See also: EDGElink LINESEG

% Copyrig

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2110  2005-12-12 12:50  maxlinedev.m

     文件       5640  2005-12-12 12:50  mergeseg.m

     文件       3097  2005-12-12 12:50  selectseg.m

     文件        183  2008-09-03 11:09  Matlab中文论坛--助努力的人完成毕业设计.url

     文件       3434  2008-05-15 08:26  使用帮助:新手必看.htm

     文件       2413  2005-12-12 12:50  drawedgelist.m

     文件       1623  2005-12-12 12:50  drawseg.m

     文件       7646  2005-12-12 12:50  edgelink.m

     文件       4398  2005-12-12 12:50  lineseg.m

----------- ---------  ---------- -----  ----

                30544                    9


评论

共有 条评论