Help Required in Auto Pattern Repeation code writting
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(3 个)
Sean de Wolski
2011-4-8
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 个评论
Walter Roberson
2011-4-8
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 个评论
Walter Roberson
2011-4-11
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!