hey can u help me that how can i make my zernike moment code, invariant to rotation.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen

4 Kommentare
Walter Roberson
am 11 Apr. 2013
What should be looked at to determine whether it is doing well or not?
Antworten (1)
arun anoop m
am 9 Sep. 2019
How can i get angle and magnitude as output image instead features?
A = abs(Z); % calculate the amplitude of the moment
Phi = angle(Z)*180/pi; % calculate the phase of the mement
How to get ,
figure,imshow(A) ?
figure,imshow(Phi) ?
0 Kommentare
Siehe auch
Kategorien
Mehr zu Zernike Polynomials finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!