Divide line in binary image
조회 수: 2 (최근 30일)
이전 댓글 표시
I would like to kindly ask you for the help with splitting line in the Binary line. I have the binary image with one line.
![9XFvr.png](https://i.stack.imgur.com/9XFvr.png)
I need to split (within its direction) the line into isolated disconnected lines, where individual lines should not be wider than 3 pixels. I will really appreciate any help.
댓글 수: 0
답변 (1개)
Image Analyst
2019년 6월 11일
Try bwerode() and other morphological functions. Sorry, but I don't have a complete turnkey demo to give you.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!