Unknown size matrix-Cut image

Hello everyone..I want to create a matrix where I will put specific elements of a ROI (e.g. >0) but i do not know the size of the final matrix. Or else, I want to cut the image and keep only the ROI. How can I do that?

 Respuesta aceptada

Image Analyst
Image Analyst el 7 de Oct. de 2015

0 votos

You can use imrect() or rbbox() or imcrop() to crop the image to a smaller rectangle. Let us know if you can't figure out the code to do it.

1 comentario

Ann G
Ann G el 7 de Oct. de 2015
thank u for your help..I tried imcrop but it shows me error maybe because i dont give the right inputs. D=imcrop(K,[x y]); where x,y are different every time i run the algorithm and they are not just 4.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Preguntada:

el 7 de Oct. de 2015

Comentada:

el 7 de Oct. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by