How to use Haar wavelet to detect LINES on an image?

前端 未结 3 1725
不知归路
不知归路 2021-01-02 15:41

So I have an image like this:

\"

I want to get something like this (I haven\'t

3条回答
  •  借酒劲吻你
    2021-01-02 16:05

    Have you tried a simpler approach such as the Hough transform for finding lines? A function to perform this and example are included in OpenCV called cvHoughLines2.

提交回复
热议问题