opencv - How to connect lines after probabilistic Hough transform? -
i trying find cross on image. here steps: 1. canny operator 2. probabilistic hough transformation
=> set of sections - on image.
i want connect dotted lines in order few long segments. unfortunately, didn't find standard tool that:
- standard hough transformation - returns infinite lines, not useful.
- dilation - cannot connect dotted lines.
any ideas welcome..
update:
don't have exact source of above image right now, here 1 of examples.
Comments
Post a Comment