Swapping of neighborhood pixel values of an image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello Everyone,
How to swap neighborhood pixel values of a RGB image?
9 Kommentare
Rik
am 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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!