How to group rectangles on an image regarding certain distances (width and height)
이전 댓글 표시
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
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!