Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
finding headerline and transformation
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a binary image that contains a headerline. I want to transform image so that header line will be in horizontal direction.
0 comentarios
Respuestas (1)
Sean de Wolski
el 9 de Dic. de 2013
Use flipud or, in R2013b or greater, flip.
I = imread('1.jpg');
imshow(flipud(I))
And:
doc flipud
0 comentarios
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!