Help Required in Auto Pattern Repeation code writting
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (3)
Sean de Wolski
el 8 de Abr. de 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 comentarios
Walter Roberson
el 8 de Abr. de 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 comentarios
Walter Roberson
el 11 de Abr. de 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 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!