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

2 visualizaciones (últimos 30 días)
Samarth Bharadwaj DD
Samarth Bharadwaj DD el 3 de Feb. de 2017
Respondida: Walter Roberson el 3 de Feb. de 2017
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

Respuestas (2)

KSSV
KSSV el 3 de Feb. de 2017

Walter Roberson
Walter Roberson el 3 de Feb. de 2017
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.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by