hey can u help me that how can i make my zernike moment code, invariant to rotation.
조회 수: 1 (최근 30일)
이전 댓글 표시
댓글 수: 4
답변 (1개)
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) ?
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Zernike Polynomials에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!