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

조회 수: 2 (최근 30일)
  댓글 수: 4
Walter Roberson
Walter Roberson 2013년 4월 11일
What should be looked at to determine whether it is doing well or not?
tamanna
tamanna 2013년 4월 11일
sir..it is doing well but i want to make my program rotation invariant. how should i do ??

댓글을 달려면 로그인하십시오.

답변 (1개)

arun anoop m
arun anoop m 2019년 9월 9일
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) ?

카테고리

Help CenterFile Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by