hey can u help me that how can i make my zernike moment code, invariant to rotation.

3 visualizaciones (últimos 30 días)
  4 comentarios
Walter Roberson
Walter Roberson el 11 de Abr. de 2013
What should be looked at to determine whether it is doing well or not?
tamanna
tamanna el 11 de Abr. de 2013
sir..it is doing well but i want to make my program rotation invariant. how should i do ??

Iniciar sesión para comentar.

Respuestas (1)

arun anoop m
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) ?

Categorías

Más información sobre Mathematics and Optimization en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by