Help Required in Auto Pattern Repeation code writting
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi Folks, I want to check the pattern(horizontal or vertical or dional or in any direction) in an image fabric.png (given in matlab)and its pattern repeatation in that image. Could you help me out how to develop logic or write code for same.
0 Commenti
Risposte (3)
Sean de Wolski
il 8 Apr 2011
What pattern? All of the same values? Similar values? Similar gradients? Post a sample image (look at markup help). Otherwise, the best answer we can provide will rely on the infinite monkey.
0 Commenti
Walter Roberson
il 8 Apr 2011
If your image is finite and contains quantized values (e.g., is not an array of irrational symbolic coefficients), and the image contains more than one pixel, then it is guaranteed that some pattern exists in the image in some direction.
0 Commenti
Walter Roberson
il 11 Apr 2011
If you were restricting to horizontal and vertical then perhaps fft2() would help you determine the frequency of the pattern.
When you say "or along any direction", are you trying to discuss a pattern that has fundamentally rectangular shape but that the image of it might have been rotated ?
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!