permutation of a watermark image

i have taken a watermark image and assign -1 value to black and 1 to white to whole watermark now i want permutation of this image. whats would b the efficient method for permuation process of this image.. if anyone have matlab code for this send me and please help me...
regards siyab

1 Commento

umar siyab
umar siyab il 24 Nov 2011
the watermark image only contain black and white colour

Accedi per commentare.

 Risposta accettata

reshape(Image(randperm(numel(Image))),size(Image))

6 Commenti

umar siyab
umar siyab il 24 Nov 2011
i didn't get it clear can u explain rhe code to me...... kindly if u hve time to explain
See http://www.mathworks.com/help/techdoc/ref/randperm.html
along with linear indexing, http://www.mathworks.com/help/techdoc/math/f1-85462.html#f1-85511
and reshape, http://www.mathworks.com/help/techdoc/ref/reshape.html
umar siyab
umar siyab il 25 Nov 2011
thanks for your kind reply i will work on it...... thanks once again
How to reshape the Image again to the Original Image?
How to reshape the Image again to the Original Image?
You cannot get back to the original image by reshaping the result of the above. The order of the pixels has been randomized. You would need to know (or be able to recreate) the random order that was used.

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by