Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How do i undo a flipped picture?

1 visualización (últimos 30 días)
Ian
Ian el 5 de Mzo. de 2011
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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?

Respuestas (2)

Walter Roberson
Walter Roberson el 5 de Mzo. de 2011
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 el 5 de Mzo. de 2011
The displayed image.
So i should look up "image" commands or "axis"?
  1 comentario
Brett Shoelson
Brett Shoelson el 5 de Mzo. de 2011
If you're just concerned with the display, I'd just modify the "axis" setting.
Brett

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by