Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Add key with the pixels

1 Ansicht (letzte 30 Tage)
sadiqa ilyas
sadiqa ilyas am 11 Sep. 2019
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
How to add 1 4 key with an image size 256*256 in matlab. e.g
ii=i(:,:,3);
rng(78932); %agree upon a seed
rand_key = uint8(randi([0 255], 1, 4));
enc=bitxor(ii,rand_key);
apparantly addition is not possible Is there a way to do addition

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by