-
Fast_HLS_color_space_conversion
快速HLS彩色空间变换方法.caj
CAJView打开(Fast HLS color space conversion)
- 2010-11-12 12:50:36下载
- 积分:1
-
load_parameters
this file implements the set-up of the simulation parameters for wimax matlab simulator. can be used for communications simulations. implemented as a matlab function file. very easy to use
- 2012-01-23 23:25:46下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
Filtr_homo
Demo to remove illumination component by homomorphic filtering.
Some functions used here require Image Processing Toolbox and Signal
Processing Toolbox
- 2009-10-19 19:59:54下载
- 积分:1
-
chessboard
Demo of Hough Transform for straight lines
This assumes that the Sussex vision library is in your Matlab path.
- 2010-02-12 20:22:22下载
- 积分:1
-
mseq
说明: 直接序列扩频系统中m序列产生的程序代码,此程序清楚明白(Direct Sequence Spread Spectrum System m sequences generated code, this procedure clear)
- 2010-03-29 21:57:43下载
- 积分:1
-
MATLAB-program-design
说明: 比较全面的MATLAB编程教案,共十四个PPT涵盖MATLAB编程各方面。(MATLAB programming more comprehensive lesson plans, a total of fourteen PPT covers all aspects of MATLAB programming.)
- 2011-03-14 19:47:00下载
- 积分:1
-
gaijin-esprit
一般的esprit算法好的时间比较大,在计算子空间是算法比较烦,我改了一些矩阵算法。(general esprit algorithm good time, the calculation algorithm is a subspace trouble, I changed some matrix algorithm.)
- 2007-05-22 16:32:33下载
- 积分:1
-
m_sequence-genetate-AND-nature-test
压缩文件包含两个matlab程序,m_sequence.m是子函数,功能是根据本原多项式生成对应的m序列,m_sequence_nature.m是主函数,调用m_sequence.m生成m序列并验证m序列的特性。(Zip file contains two matlab program, m_sequence.m a subroutine, function is a polynomial to generate the corresponding m-sequence according to the primitive, m_sequence_nature.m is the main function, call m_sequence.m m sequence generation and validation features m sequences.)
- 2014-08-27 15:55:53下载
- 积分:1
-
UPF
把无迹卡尔曼滤波应用在惯性导航系统的处理中~用于估计状态变量误差~(Unscented Kalman filter applications in the treatment of the inertial navigation system- used to estimate the state variable error ~~)
- 2012-08-19 15:54:51下载
- 积分:1