资源简介
相位一致性的代码,是我辛苦从谷歌上下载的,对研究相位一致性的科研人员非常有用,目前此方面唯一的代码
代码片段和文件信息
% 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
- 上一篇:直流电机比例积分调节闭环调速系统
- 下一篇:LSSVM自编代码
评论
共有 条评论