how to divide image into 16 by16 nonoverlapping blocks of 768 by 512 of original image and randomly scramble the blocks and reverse back to the original image from the scrambled image?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
how to divide image into 16 by 16 of unequal sized original image and randomly scramble the blocks. and again how to obtain the original image from the scrambled image?
0 Kommentare
Antworten (1)
Etsuo Maeda
am 20 Jun. 2018
When we have one unique point (x, y), the squared image can be divided into 4 blocks. Two points for 4-9 blocks, Three points for 4-16 blocks, and Four points for more. To generate unique random number, you can use randperm function. For the purpose of reconstruction image, use the difference between original image and generated block. Optimization toolbox will help you to search the minimum point of the difference.
HTH
0 Kommentare
Siehe auch
Kategorien
Mehr zu 近傍処理とブロック処理 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!