Clear Filters
Clear Filters

How to group rectangles on an image regarding certain distances (width and height)

1 view (last 30 days)
Hello,
I have a binary image on wich I detect rectangles that have the sieze of 164*20 pix each one and should be full of '1' (no black pixel inside).
I have the cordinates (x,y) of the top left corner of each rectangle.
I want to group my rectangles so that the distance on the width should be less than 82px and on the heigh should be less than 10px.
Please find example below:
Here my full image with all the detected rectangles:
Here a part of my image:
Here what I expected (in blue) when groupin the rectangles in this part
Remark:
When grouping, there is no problem if some black pixels are taken.
Regards,
Mehdi

Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Products


Release

R2015b

Community Treasure Hunt

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

Start Hunting!