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

前端 未结 3 1743
不知归路
不知归路 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:12

    Two-dimensional wavelet transforms are implemented in R using the package waveslim. Specifically, the function dwt2D() uses a C "backend" for speed. You can then apply thresholding to find the lines.

提交回复
热议问题