-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
tulun
数学建模中常用的图论程序,经整理,有注释(Commonly used mathematical modeling of graph theory program, collated, annotated)
- 2013-05-19 22:19:46下载
- 积分:1
-
aircraft
This is used for aircraft projects ,where it contains the aircraft related papers
- 2014-01-04 01:18:59下载
- 积分:1
-
chap2_1
说明: 《变结构控制与MATLAB仿真》书中第二章例一的变结构控制程序( Variable Structure Control and MATLAB Simulation chapter book cases one of the variable structure control procedures)
- 2008-10-16 23:12:01下载
- 积分:1
-
Matlab-PDE
用Matlab程序求解pde问题,同时显示解的图形(Solving pde problems with the Matlab program, also shows a graphical solution)
- 2011-11-09 11:31:02下载
- 积分:1
-
aab
相位重构用matalab编写的,感觉很不错,看看吧
(Written in phase reconstruction with matalab feels really good to see it)
- 2010-08-03 21:55:22下载
- 积分:1
-
xbresson_2009_NLTV
compressive sensing theory
- 2013-08-16 22:11:28下载
- 积分:1
-
Developing_Measurement_and_Analysis_Systems_using
developing measurements analysing matlab
- 2010-10-17 21:33:37下载
- 积分:1
-
8
说明: 对s进行小波分解,提取小波分解的低频系数,提取小波分解的各层高频系数,绘出各系数的图形(Wavelet decomposition of the s to extract the low frequency coefficients of wavelet decomposition to extract the layers of high-frequency coefficients of wavelet decomposition, the coefficients of the graphics drawn)
- 2010-11-06 20:54:30下载
- 积分:1
-
TraficLights
daqaxis help for national instruments
- 2009-05-24 20:16:08下载
- 积分:1