Flipping image coordinates to cartesian coordinates

I am new to mablab. I have an image (the size is mxnx3) with a few human-selected points on the image. For example:
p1 = [267,79];
p2 = [96,372];
These points are image coordinates with (1,1) at the top left. I'm trying to convert this to cartesian coordinates with (0,0) on the bottom left. How can I do this? Thanks in advance!

回答 (1 件)

Image Analyst
Image Analyst 2013 年 11 月 19 日

0 投票

Try
set(gca,'YDir','reverse')
or
set(gca,'YDir','normal')
until things work the way you want.

カテゴリ

ヘルプ センター および File ExchangeGeometric Transformation and Image Registration についてさらに検索

質問済み:

2013 年 11 月 19 日

回答済み:

2013 年 11 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by