• 大小: 24KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: Matlab
  • 标签: opencv  

资源简介

相位一致性的代码,是我辛苦从谷歌上下载的,对研究相位一致性的科研人员非常有用,目前此方面唯一的代码

资源截图

代码片段和文件信息

% PHASECONG2 - Computes edge and corner phase congruency in an image. 

% This function calculates the PC_2 measure of phase congruency.   
% This function supersedes PHASECONG 

% There are potentially many arguments here is the full usage: 

%   [M m or ft pc EO] = phasecong2(im nscale norient minWaveLength ... 
%                         mult sigmaOnf dThetaOnSigma k cutOff g) 

% However apart from the image all parameters have defaults and the 
% usage can be as simple as: 

%    M = phasecong2(im); 
%  
% Arguments: 
%              Default values      Description 

%    nscale           4    - Number of wavelet scales try values 3-6 
%    norient          6    - Number of filter orientations. 
%    minWaveLength    3    - Wavelength of smal

评论

共有 条评论