資源簡介
其中包含MATLAB腳本代碼和實驗圖片,可以實現張新鵬教授的加密域可逆信息隱藏,并且含有部分代碼注釋。

代碼片段和文件信息
function?index=arnold(rowcolsnumber)
%This?function?is?to?permutate?matrix
%row?and?col?are?the?coordinates?of?matrix
%s?is?the?size?of?matrix
%number?is?the?number?of?permutation
permutate=[1?1;1?2];
index=mod((permutate*[row-1;col-1])s);
for?i=1:number-1
????index=mod((permutate*index)s);
end
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????786486??2019-03-22?13:18??1.bmp
?????文件?????786486??2019-03-22?13:18??2.bmp
?????文件????????319??2019-04-16?14:07??arnold.m
?????文件???????6910??2019-05-06?20:04??Unti
?????文件??????24576??2019-05-06?21:00??還原信息.txt
?????文件??????24576??2019-05-06?21:00??信息.txt
-----------?---------??----------?-----??----
??????????????1629353????????????????????6
- 上一篇:基于MATLAB的線性調頻信號的仿真
- 下一篇:圖像處理---matlab
評論
共有 條評論