Open marianfx opened 8 years ago
Need to decide the appropriate method.
The first method - detect edges (using Canny edge detection) and then detect lines on these edges (will detect a thicker line as 2xlines, so will need to check on that - maybe check the distance).
Second method - requires further studying (check notes). It involves skeletonization of the picture. This involves keeping from each line only a thick part of it. It is possible to split - one image with the thick lines, one with the un-thick
lines. Need to change the algorithm maybe, it acts strange.