Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
The code is running but I wish to know how the pixel values are modified in a rotated image
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I = imread('D:\Nithya\Matlab\Nivedini\TrainDatabase1\flo (1).jpg'); J = imrotate(I,2,'bilinear'); imshow(I) figure, imshow(J)
0 comentarios
Respuestas (1)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!