How do i undo a flipped picture?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
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?
댓글 수: 0
답변 (2개)
Walter Roberson
2011년 3월 5일
0 개 추천
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.
댓글 수: 0
Ian
2011년 3월 5일
0 개 추천
댓글 수: 1
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!