Welcome![Sign In][Sign Up]
Location:
Search - randinterval

Search list

[Other resourcedsakf

Description: % 文件名: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)
Platform: | Size: 3423 | Author: yubo | Hits:

[Special Effectsrandinterval

Description: 该程序用于嵌入信息位置的选择 可以根据产生的随机序列来嵌入 达到满足信息安全的要求
Platform: | Size: 1045 | Author: 长风 | Hits:

[matlabdsakf

Description: % 文件名: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)
Platform: | Size: 3072 | Author: yubo | Hits:

[Special Effectsrandinterval

Description: 该程序用于嵌入信息位置的选择 可以根据产生的随机序列来嵌入 达到满足信息安全的要求-The procedure used to select the location of embedded information can be generated by random sequence to achieve the embedding of information security to meet the requirements of
Platform: | Size: 1024 | Author: 长风 | Hits:

[Graph programrandinterval

Description: 代码描述了在MATLAB中非常重要的一个函数,该函数在水印技术中常被用到.-Code describes how to carry out in the DCT domain watermark embedding and extraction. Watermark images and are in the procedure.
Platform: | Size: 4096 | Author: j | Hits:

[matlabrandinterval

Description: 利用随机序列进行间隔控制,选择消息隐藏位-Intervals using random sequence control, select the message hidden bits
Platform: | Size: 1024 | Author: wangwenhui | Hits:

[Special Effectsrandlsbimghide

Description: 采用基于LSB的随机图像隐藏技术实现将一幅图像(目标图像)隐藏到另一幅图像(载体图像)中。包含目标图像yctx.bmp,载体图像Miss.bmp,图像隐藏代码randlsbimghide.m文件,图像读取代码randlsbimgget.m文件,随机位选择代码randinterval.m文件。-LSB-based technique of random images to achieve a hidden image (object image) to another piece of hidden images (vector image) in the. Includes target image yctx.bmp, vector image Miss.bmp, image hidden code randlsbimghide.m file, image file reading code randlsbimgget.m, random bits select the code randinterval.m file.
Platform: | Size: 49152 | Author: 胡伟 | Hits:

[matlabrandinterval

Description: matlab实验中,用来确认嵌入信息位置的程序,包含了randinterval.m。-matlab experiment, the information used to identify the location of embedded programs, including the randinterval.m.
Platform: | Size: 1024 | Author: 韩于生 | Hits:

[Graph programrandinterval

Description: LSB隐写算法中的随机数生成函数,和大家一起分享,欢迎下载-Generating function of random number in LSB steganography algorithms
Platform: | Size: 1024 | Author: somnus | Hits:

[Otherrandinterval_matlab

Description: 文件名:randinterval.m 函数功能:本函数将利用随机序列进行间隔控制,选择消息隐藏位置 - File name: randinterval.m function: This function will use the random sequence interval control, select the message hidden location
Platform: | Size: 12288 | Author: liuyang | Hits:

[Special Effectsrandinterval

Description: 本函数将利用随机序列进行间隔控制,选择消息隐藏位置-This function will use a random sequence interval control, select the message hidden location
Platform: | Size: 1024 | Author: 翟佳荣 | Hits:

[Crack Hackrandinterval

Description: 本函数利用随机序列进行间隔控制,就是在矩阵中利用随机数寻找有效位来进行嵌入位。 -this function is to be controled base on random series so as to find effective bit to embed
Platform: | Size: 1024 | Author: 范帅帅 | Hits:

CodeBus www.codebus.net