i split the image pixels into many small matrices
Mostrar comentarios más antiguos
i split the image pixels into many small overlapping matrices
block(:,:,kk+j)=grey_img((i:i+2),(j:j+2))
i want to recombine this overlapping matrices how please help
2 comentarios
Rik
el 23 de Oct. de 2019
How do you want to recombine this? Purely based on the variable name I think the blockproc function might be a better choice.
Rik
el 23 de Oct. de 2019
Comment posted as answer by parvatham vijay:
Thank you
how to use blockproc for dividing the 256x256 matrix into 3x3 matrix with overlapping,kindly help
Respuesta aceptada
Más respuestas (1)
parvatham vijay
el 1 de Nov. de 2019
0 votos
1 comentario
Rik
el 1 de Nov. de 2019
Please stop posting your comments (or questions) as answer. Also, your question is unformatted, making it difficult to understand. Please use the layout tools to make your question more readable.
Categorías
Más información sobre Neighborhood and Block Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!