-
tracker_release
(eccv12)Circulant structure tracking-by-detection[matlab]源代码((eccv12)Circulant structure tracking-by-detection[matlab])
- 2013-11-06 14:22:21下载
- 积分: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
-
MATLABdesign
说明: MATLAB程序设计教程 MATLAB程序设计教程(MATLAB Programming Tutorial Programming Tutorial MATLAB)
- 2008-09-03 16:21:06下载
- 积分:1
-
source
输入信号为方波信号+高斯白噪声,方波信号基 频为1kHz,幅值为1,高斯白噪声方差为0.2, 均值为0,采样频率为20kHz。试用周期图法和 ARMA谱估计法(SVD-TLS)估计此信号的功率 谱,并分析比较其结果(The input signal is a square wave signal+ Gaussian white noise, square wave signal fundamental frequency 1kHz, amplitude is a Gaussian white noise variance is 0.2, the mean is 0, the sampling frequency is 20kHz. Try periodogram and ARMA spectral estimation method (SVD-TLS) estimate the power spectrum of this signal, and the analysis and comparison of the results)
- 2013-10-29 17:49:35下载
- 积分:1
-
51622438SMOTE
用于数据集的过采样处理,其中含有一个实例,可以参考。(Oversampling Processing for Data Sets,and it have a sample for study.)
- 2019-05-14 19:01:02下载
- 积分:1
-
Relay selection
中继选择算法。利用matlab进行通信中继的仿真(Relay selection algorithm)
- 2018-09-20 16:26:48下载
- 积分:1
-
R_casio
用单球面透镜对日亚红色激光准直仿真,仿真以casio为模型(This is a model of RED LD focusing experient,basing on the casio product。)
- 2013-08-01 21:43:42下载
- 积分:1
-
LabVIEW(1)
this code about fuzzy controller
- 2013-08-15 00:21:14下载
- 积分:1
-
in-de-in
code for wsn The statements below guide us to write the code for the transmission of sensed data to a sink node using cognitive radios in multiple spectrum bands. In doing this we are trying to find the most appropriate modulation scheme using MATLAB simulation.
- 2013-11-21 03:56:28下载
- 积分:1
-
POD
数据快照的特征提取,获得基模态、特征值和模态系数,以及数据的后处理。(Feature extraction of data snapshot, obtaining basic modes, eigenvalues and modal coefficients, and post-processing of data.)
- 2021-01-22 19:08:44下载
- 积分:1