convert polar image to cartesian image
이전 댓글 표시
hi I would convert image in polar coordinates to cartesian coordinates i have tested severals functions existing in file exchange such as polar to Im and polar 2 image but always i found artifacts in cartesian image. i would have cartesian image which is very similar to initial image. I would be very gratefull if you can help me thanks
댓글 수: 3
Jan
2017년 8월 28일
Please explain, what inputs you have, which tools you have used and what kind of artifacts you mean. Mentioning only, that there is a problem does not allow to improve the solution.
Image Analyst
2017년 8월 29일
Because of digitizations, not every Cartesian location will have a corresponding element in the polar array so you may have holes (unassigned locations) if you don't do the transformation correctly. You have to "pull" over the correct value to the Cartesian image rather than "send" the polar value over.
dhikra H
2017년 9월 16일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!