cropping image

6 visualizaciones (últimos 30 días)
Abdul
Abdul el 6 de Abr. de 2012
how to crop image according to value x(column) and y(row)? i want to crop image and group it according to same row or same column.

Respuesta aceptada

Image Analyst
Image Analyst el 6 de Abr. de 2012
To crop you can use imcrop(), or simply use indexing:
croppedImage = fullImage(row1:row2, col1:col2);

Más respuestas (0)

Categorías

Más información sobre Images 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