OpenCV grooving detection

前端 未结 2 1244
日久生厌
日久生厌 2021-02-03 13:26

\"enterI have pictures of a surface with many grooves. In most cases the edges of the grooving f

2条回答
  •  温柔的废话
    2021-02-03 13:52

    What immediately comes to mind would be a Hough Transform. This is a voting scheme in line space, which takes each possible line and gives you a score for it. In the code I linked to above, you could simply set a threshold that approximates ~10% of screwed up grooves/lines.

提交回复
热议问题