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!