crop the image but keep the dimension same
2 次查看(过去 30 天)
显示 更早的评论
I am cropping the part of an image using imcrop. Then I am performing some operation on the cropped part and getting coordinates(x and y) from the cropped image. But the coordinates are with respect to the cropped image. Is there a way i can do the operation and get the coordinates based on the original image(not the coordinates of cropped image).
0 个评论
采纳的回答
Image Analyst
2018-1-6
Compute the x and y, or (column and row) of your cropping rectangle, and simply add back in the x and y offset to any coordinates you compute off the cropped image.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!