Borrar filtros
Borrar filtros

how to crop many parts from one image

2 visualizaciones (últimos 30 días)
bay rem
bay rem el 1 de Feb. de 2016
Comentada: bay rem el 1 de Feb. de 2016
hello i'd like to crop two existed blob from only one image...but every time i try, only one blob will be cropped (with imrop instruction) not the both ... any one help me please

Respuestas (1)

Walter Roberson
Walter Roberson el 1 de Feb. de 2016
imcrop() can only crop one section at a time. imcrop() is only for rectangular cropping. This is necessary because in MATLAB, all matrices must be rectangular, and if you were able to crop multiple blobs then that would require that the result be an output matrix that was two disconnected rectangular sections.
  1 comentario
bay rem
bay rem el 1 de Feb. de 2016
so please how can i crop multiple rectangular form from one image?

Iniciar sesión para comentar.

Categorías

Más información sobre Images en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by