Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How do i undo a flipped picture?

1 回表示 (過去 30 日間)
Ian
Ian 2011 年 3 月 5 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi there
I'm using matlab for particle tracking analysis. To be able to see the exact location of the particles i'm tracking from a video, i've enabled the tracking program on matlab to display the first frame of the video.
However once the program has been run, i find that the image with the exact location of the beads i tracked has been flipped?
How do i flip back my image to the one that i originally input into the code?

回答 (2 件)

Walter Roberson
Walter Roberson 2011 年 3 月 5 日
The displayed image or the stored image?
Stored: see fliplr() and flipud() and transpose() and permute()
Displayed: see the "axis ij" and "axis image" commands.

Ian
Ian 2011 年 3 月 5 日
The displayed image.
So i should look up "image" commands or "axis"?
  1 件のコメント
Brett Shoelson
Brett Shoelson 2011 年 3 月 5 日
If you're just concerned with the display, I'd just modify the "axis" setting.
Brett

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by