to flip an image block across main diagonal line y=x
Mostrar comentarios más antiguos
I have an image of size 256x256 and it is divided into 58081 overlapping blocks of size 16x16. I flipped each and every block vertically and horizontally using flipdim(image block, dimension)function. Is there any function to flip every block across the main diagonal line y=x?
1 comentario
Image Analyst
el 1 de Mayo de 2015
If they're overlapping , then it must look like a totally unrecognizable mess as some pixels get flipped over and over and over again and end up who knows where.
Respuesta aceptada
Más respuestas (0)
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!