Finding repeating patterns/images in images

▼魔方 西西 提交于 2019-12-02 20:37:46

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.

You should probably take a look at this and most of Yanxi Liu's work.

http://vision.cse.psu.edu/research/deformedLattice/Deformed_Lattice_Detection.html

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!