Help Required in Auto Pattern Repeation code writting
Show older comments
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.
Answers (3)
Sean de Wolski
on 8 Apr 2011
0 votes
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.
Walter Roberson
on 8 Apr 2011
0 votes
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.
Walter Roberson
on 11 Apr 2011
0 votes
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 ?
Categories
Find more on Keypoint Detection in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!