How to get the portion inside a rectangle?

3 vues (au cours des 30 derniers jours)
Ashwathy Dev
Ashwathy Dev le 4 Fév 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?

Réponses (1)

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

Catégories

En savoir plus sur Computer Vision Toolbox dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by