Borrar filtros
Borrar filtros

How to get the portion inside a rectangle?

1 visualización (últimos 30 días)
Ashwathy Dev
Ashwathy Dev el 4 de Feb. de 2015
Respondida: Image Analyst el 24 de Oct. de 2015
How to get the portion inside the yellow rectangle? The four coordinates of the yellow rectangle is known. I just want the portion inside yellow rectangle. How to get it using matlab?

Respuestas (1)

Image Analyst
Image Analyst el 24 de Oct. de 2015
subimage = rgbImage(row1:row2, col1:col2, :);

Categorías

Más información sobre MATLAB Support Package for USB Webcams 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