资源简介

Freeman链码(8方向)代码,进行图像边缘的描述,可用于基于内容的图像检索系统

资源截图

代码片段和文件信息

function [cc] = chaincode(bunwrap)
%   Freeman Chain Code
%
%   Description: Give Freeman chain code 8-connected representation of a
%                boundary
%   Author.....: Alessandro Mannini 
%   Date.......: 2010 september
%
%   usage:
%   --------------------------------------------------------
%   [cc] = chaincode(bu)
%
%   INPUT:
%   --------------------------------------------------------
%   b       - boundary as np-by-2 array; 
%             np is the number of pixels and each element is a pair (yx) of
%             pixel coordinates
%   unwrap  - (optional default=false) unwrap code;
%             if enable phase inversions are eliminated
%            
%
%   OUTPUT:
%   --------------------------------------------------------
%   cc 

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

     文件       3921  2010-11-24 17:49  chaincode.m

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

                 3921                    1


评论

共有 条评论