资源简介
LSB数字水印算法实现以及Matlab代码,包含水印的嵌入和提取整个代码。
代码片段和文件信息
function y = isrgb(x)
%ISRGB Return true for RGB image.
% FLAG = ISRGB(A) returns 1 if A is an RGB truecolor image and
% 0 otherwise.
%
% ISRGB uses these criteria to determine if A is an RGB image:
%
% - If A is of class double all values must be in the range
% [01] and A must be M-by-N-by-3.
%
% - If A is of class uint8 or uint16 A must be M-by-N-by-3.
%
% Note that a four-dimensional array that contains multiple RGB
% images returns 0 not 1.
%
% Class Support
% -------------
% A can be of class uint8 uint16 or double. If A is of
% class logical it is considered not to be RGB.
%
% See also ISBW ISGRAY ISIND.
% Copyright 1993-2003 The MathWorks Inc.
% $Revision: 1.15.4.2 $ $Date: 2003/08/23 05:52:55 $
wid = sprintf(‘Images:%s:obsoleteFunction‘mfilename);
str1= sprintf(‘%s is obsolete and may be removed in the future.‘mfilename);
str2 = ‘See product release notes for more information.‘;
warning(wid‘%s\n%s‘s
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 801 2002-11-12 18:37 watermark_LSB\fig11.gif
文件 147630 2002-11-12 18:37 watermark_LSB\fig13s.gif
文件 14622 2002-11-18 09:33 watermark_LSB\key.bmp
文件 66614 2002-11-20 09:46 watermark_LSB\lena.bmp
文件 71115 2002-11-02 16:05 watermark_LSB\lena3.gif
文件 1865 2011-05-11 16:26 watermark_LSB\lsb_em
文件 1908 2011-05-11 17:09 watermark_LSB\lsb_em
文件 958 2002-11-13 14:06 watermark_LSB\lsb_recover.m
文件 66614 2011-05-11 17:04 watermark_LSB\lsb_watermarked.bmp
文件 300 2011-05-11 16:51 watermark_LSB\PSNR.asv
文件 855 2011-05-11 17:03 watermark_LSB\PSNR.m
文件 11416 2003-06-25 13:15 watermark_LSB\test.jpg
..A.SH. 36864 2010-05-10 16:56 watermark_LSB\Thumbs.db
文件 42240 2001-03-25 15:47 watermark_LSB\_key.bmp
目录 0 2011-05-11 16:51 watermark_LSB
文件 1476 2015-08-17 15:29 watermark_LSB\isrgb.m
----------- --------- ---------- ----- ----
465278 16
相关资源
- 关于语音识别的matlab程序
- 基于MATLAB的车牌自动识别系统
- MATLAB工具包mmread函数mmread.zip
- PCA主成分分析实现方法Matlab
- MATLAB神经网络30个案例分析
- Computer Programming with MATLAB
- 基于监控视频的前景目标提取matlab
- zw_MATLAB应用精讲:图像处理与GUI设计
- MATLAB控制系统仿真与详解 夏玮
- matlab神经网络30例电子书+源代码
- Matlab图像处理-图像去噪边缘增强
- EEG脑电处理matlab工具包-eeglab
- 《卡尔曼滤波原理及应用-MATLAB仿真》
- 贝叶斯抠图算法matlab实现
- 基于BP神经网络的验证码识别matlab
- 杜勇-数字通信同步技术的MATLAB与FPG
- 数值分析及其Matlab实现
- DSP程序开发:MATLAB调试及直接目标代
- MATLAB优化算法案例分析与应用进阶篇
- DPM算法实现:voc-release5(Win7+matlab20
- 基于稀疏表示和正则化的图像超分辨
- 0积分 系统辨识与自适应控制MATLAB仿真
- 图像处理matlab道路小车跟踪
- 全面详解LTE MATLAB建模、仿真与实现
- adaboost 的matlab代码
- 《信号与系统》MATLAB教程.pdf
- 卷积神经网络完成程序matlab.zip
- matlab图像检索
- 卷积神经网络经典代码
- 现代通信系统第二版MATLAB版) 包括全
评论
共有 条评论