フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Add key with the pixels

1 回表示 (過去 30 日間)
sadiqa ilyas
sadiqa ilyas 2019 年 9 月 11 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by