Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - randinterval
Search - randinterval - List
% 文件名: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)
Date : 2008-10-13 Size : 3.34kb User : yubo

该程序用于嵌入信息位置的选择 可以根据产生的随机序列来嵌入 达到满足信息安全的要求
Date : 2008-10-13 Size : 1.02kb User : 长风

DL : 0
% 文件名: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)
Date : 2025-07-01 Size : 3kb User : yubo

该程序用于嵌入信息位置的选择 可以根据产生的随机序列来嵌入 达到满足信息安全的要求-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
Date : 2025-07-01 Size : 1kb User : 长风

代码描述了在MATLAB中非常重要的一个函数,该函数在水印技术中常被用到.-Code describes how to carry out in the DCT domain watermark embedding and extraction. Watermark images and are in the procedure.
Date : 2025-07-01 Size : 4kb User : j

利用随机序列进行间隔控制,选择消息隐藏位-Intervals using random sequence control, select the message hidden bits
Date : 2025-07-01 Size : 1kb User : wangwenhui

采用基于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.
Date : 2025-07-01 Size : 48kb User : 胡伟

matlab实验中,用来确认嵌入信息位置的程序,包含了randinterval.m。-matlab experiment, the information used to identify the location of embedded programs, including the randinterval.m.
Date : 2025-07-01 Size : 1kb User : 韩于生

LSB隐写算法中的随机数生成函数,和大家一起分享,欢迎下载-Generating function of random number in LSB steganography algorithms
Date : 2025-07-01 Size : 1kb User : somnus

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

本函数将利用随机序列进行间隔控制,选择消息隐藏位置-This function will use a random sequence interval control, select the message hidden location
Date : 2025-07-01 Size : 1kb User : 翟佳荣

本函数利用随机序列进行间隔控制,就是在矩阵中利用随机数寻找有效位来进行嵌入位。 -this function is to be controled base on random series so as to find effective bit to embed
Date : 2025-07-01 Size : 1kb User : 范帅帅
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.