Swapping of neighborhood pixel values of an image
2 views (last 30 days)
Show older comments
Hello Everyone,
How to swap neighborhood pixel values of a RGB image?
9 Comments
Rik
on 25 Sep 2020
Then I would suggest blockproc to apply a function to each tile of your image. Within a small tile (e.g. 8x8 pixels) you could shuffle the positions with randperm.
Answers (0)
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!