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

1 view (last 30 days)
  4 Comments
tamanna
tamanna on 11 Apr 2013
sir..it is doing well but i want to make my program rotation invariant. how should i do ??

Sign in to comment.

Answers (1)

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

Tags

Products

Community Treasure Hunt

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

Start Hunting!