hey can u help me that how can i make my zernike moment code, invariant to rotation.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
4 Commenti
Walter Roberson
il 11 Apr 2013
What should be looked at to determine whether it is doing well or not?
Risposte (1)
arun anoop m
il 9 Set 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 Commenti
Vedere anche
Categorie
Scopri di più su Zernike Polynomials in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!