How to detect curves in a binary image?

后端 未结 5 1902
囚心锁ツ
囚心锁ツ 2021-02-05 11:39

I have a binary image, i want to detect/trace curves in that image. I don\'t know any thing (coordinates, angle etc). Can any one guide me how should i start? suppose i have thi

5条回答
  •  日久生厌
    2021-02-05 11:53

    Im no computer vision expert, but i think that you could detect lines/curves in binary images relatively easy using some basic edge-detection algorithms (e.g. sobel filter).

提交回复
热议问题