Finding repeating patterns/images in images

后端 未结 2 1607
無奈伤痛
無奈伤痛 2021-02-02 13:08

I\'ve been looking around for some papers (or info) on this topic.

To avoid a misunderstanding: I\'m not talking about finding a supplied pattern in multiple locations.<

2条回答
  •  失恋的感觉
    2021-02-02 13:38

    A number of methods come to mind:

    • Fourier Transformation of the image
    • Wavelet Analysis
    • Autocorrelation

    I'd start with fourier analysis: Any shape repeating in a regular pattern in the image creates a very distinct spatial frequency spectrum: One major frequency and some harmonics.

提交回复
热议问题