hey can u help me that how can i make my zernike moment code, invariant to rotation.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
4 comentarios
Walter Roberson
el 11 de Abr. de 2013
What should be looked at to determine whether it is doing well or not?
Respuestas (1)
arun anoop m
el 9 de Sept. de 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 comentarios
Ver también
Categorías
Más información sobre Zernike Polynomials en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!