Borrar filtros
Borrar filtros

Object correct labeling when it is within another object

4 visualizaciones (últimos 30 días)
Kamu
Kamu el 25 de Abr. de 2017
Editada: Prashant Arora el 28 de Abr. de 2017
I have an overlayed image, the first image contains the red boxes that I have labelled (here: 1 and 2) already. The second image contains the blue boxes but has different labels (here: 3 and 4). However, I would like to relabel these objects in a way, that whenever the blue box is completely inside the area of the red box they will share the same label.
I attached a short illustration to make it clear and hope you can help me with this problem.

Respuestas (1)

Prashant Arora
Prashant Arora el 28 de Abr. de 2017
Editada: Prashant Arora el 28 de Abr. de 2017
You can use the function "inpolygon" to check if one polygon lies inside the other.
To extract polygons/squares from the images, you can use "regionprops" function.

Community Treasure Hunt

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

Start Hunting!

Translated by