How to crop only a region that is surrounded by a boundary

조회 수: 3 (최근 30일)
Samarth Bharadwaj DD
Samarth Bharadwaj DD 2017년 2월 3일
답변: Walter Roberson 2017년 2월 3일
I am working on sign boards detection.Want to crop region surrounded by red circle boundary so i can compare with standard imag.Can anybody help me with the steps or code for it

답변 (2개)

KSSV
KSSV 2017년 2월 3일

Walter Roberson
Walter Roberson 2017년 2월 3일
First you need to detect the red pixels to create a binary image whose pixels are set at the red. Next imfill() to fill the holes. Now zero the locations where the boundary was, to remove the place the red pixels themselves were. What remains is a mask of the locations inside the circle.
You can then use regionprops to find the bounding box, and then you can use that bounding box to crop using the imcrop that KSSV recommends.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by