Finding repeating patterns/images in images

后端 未结 2 1606
無奈伤痛
無奈伤痛 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:27

    I'm not sure if this is what you're looking for, but I suggest searching for "Texture based segmentation". Take a look at this bibliography, for example: http://www.visionbib.com/bibliography/segment366.html

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题