how to crop image.
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Nurul Najmah
el 5 de Mayo de 2015
Respondida: Image Analyst
el 5 de Mayo de 2015
i want to crop image from column(1-10) and column(310-320) without changing the row size.
my image is 240 rows,320 columns.
0 comentarios
Respuesta aceptada
Image Analyst
el 5 de Mayo de 2015
croppedImage = imcrop(yourImage, [11, 1, 300, 240]);
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!