필터 지우기
필터 지우기

How to get the portion inside a rectangle?

조회 수: 1 (최근 30일)
Ashwathy Dev
Ashwathy Dev 2015년 2월 4일
답변: Image Analyst 2015년 10월 24일
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?

답변 (1개)

Image Analyst
Image Analyst 2015년 10월 24일
subimage = rgbImage(row1:row2, col1:col2, :);

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by