How can I get “thinner” graph for my coordinate system?

前端 未结 3 467
醉酒成梦
醉酒成梦 2021-01-29 02:38

Following up with this, I have a bunch of coordinates and I draw them on a bitmap image as a coordinate system. Now, I would like to get rid of all the noise, and filter coordin

3条回答
  •  太阳男子
    2021-01-29 03:31

    You might want to consider treating your coordinates as a binary image and apply some Morphological techniques to the image.

    Thinning might give you good results, but processing like this can be tricky to get working well in a wide range of cases.

提交回复
热议问题