hey can u help me that how can i make my zernike moment code, invariant to rotation.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
4 commentaires
Walter Roberson
le 11 Avr 2013
What should be looked at to determine whether it is doing well or not?
Réponses (1)
arun anoop m
le 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 commentaires
Voir également
Catégories
En savoir plus sur Zernike Polynomials dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!