필터 지우기
필터 지우기

how to plot a point in the original image

조회 수: 1 (최근 30일)
chitra s
chitra s 2015년 7월 7일
답변: Shiran Golan 2015년 7월 7일
sir, i have an original image size of 67 x 87, i divide that image into horizontal direction in size of 34 x 87 and again divide that image into two colums as size of 34 x 44 each. then i plot the point in each sub divided images such as one point is (19,19) and other is (30,19) .now i want to plot the same point in my original image ie.,size of 67 x 87.how to illustrate this?

답변 (1개)

Shiran Golan
Shiran Golan 2015년 7월 7일
If I understand your process, you have 4 images splited from one. Now you can find the wanted index for each of the images using the shift of its origin from the original image origin(upper left corner of the image). For example, the origin of the lower left 34 x 44 divided image should be 33 from the top of the original image and no shift in the column - (34,0). This makes the point (19,19) to be (53,19) of the original image.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by