Borrar filtros
Borrar filtros

Matrix of an Image

1 visualización (últimos 30 días)
bigdog
bigdog el 4 de Feb. de 2015
Respondida: Image Analyst el 4 de Feb. de 2015
By manipulating the associated matrix of an image I need to create an up-side-down as well as left-to-right corresponding image. How can this be done with an image?

Respuestas (1)

Image Analyst
Image Analyst el 4 de Feb. de 2015
flippedImage = flipud(yourImage); Flip top to bottom.
flippedImage = fliplr(yourImage); % Flip left and right.

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by