to flip an image block across main diagonal line y=x
显示 更早的评论
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 个评论
Image Analyst
2015-5-1
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Neighborhood and Block Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!