필터 지우기
필터 지우기

crop the image but keep the dimension same

조회 수: 3 (최근 30일)
prashant singh
prashant singh 2018년 1월 6일
답변: Image Analyst 2018년 1월 6일
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).

채택된 답변

Image Analyst
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개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by