Image segmentation approach to segment lines based on patches

1 view (last 30 days)
Hello Respected community,
I want to take your suggestions about image segmentaion. I have three images like shown in below figure. and i want to segment out the horizental and vertical lines like in figure two.
output be like
I am not looking for some type of code. i just need best approaches to solve these type of problems.
Thanks in advance

Accepted Answer

J. Alex Lee
J. Alex Lee on 5 Jan 2020
If the shapes you want to segment are parameterizable, and especially if you know how many there are (3 rectangles in this case), perhaps one strategy is to overlay parameterized shapes onto the image (or an edge detected image) and minimize overlap error.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!