资源简介
Zernike矩用MATLAB代码实现,希望对Zernike矩的朋友有所帮助。
代码片段和文件信息
% _____OUTPUTS____________________________________________________________
% A_nm Zernike moments (row vector)
% zmlist keeps order and repetition information (Mx2 matrix)
% M = total # of moments
% cidx 1-D indices of retained unit circle region (vector)
% V_nm Zernike polynomials size of img (col vectors)
% to save memory exclude this output term
%
% _____INPUTS_____________________________________________________________
% img row by col image of reals (matrix)
% n order (vector)
% starting from 0
% m repetition (integer)
%
% _____NOTES______________________________________________________________
% - for demo call function without parameters
%
% zernike(img)
% computes moment of order 0 repetition 0
% zernike(imgn)
% computes all momen
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4209 2010-01-23 18:46 zernike.m
----------- --------- ---------- ----- ----
4209 1
评论
共有 条评论