visual cryptography

조회 수: 4 (최근 30일)
Vishnu
Vishnu 2012년 1월 5일
the secret image O in the two host images hs1 and hs2 resulting in two sheets denoted as s1 and s2 , respectively. s1 and s2 are superimposed in order to reveal the secret private image. So my question is how can we superimpose two images in R2009a Matlab???

답변 (1개)

Walter Roberson
Walter Roberson 2012년 1월 5일
newimage = s1 | s2;

카테고리

Help CenterFile Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by