-
embeddedsourceextractionMATLAB
数字图像水印的攻击、嵌入、提取MATLAB源码(Digital Image Watermarking attack, embedded, source extraction MATLAB)
- 2009-04-11 22:04:25下载
- 积分:1
-
line.detection(2).ps
perform edge detection of woman
- 2009-12-09 23:04:48下载
- 积分:1
-
Untitled2
Shannon-Fano implementation in C++
- 2014-11-18 03:51:48下载
- 积分:1
-
background_substraction
视频背景非参数估计论文及matlab实现.matlab代码只实现了灰度图的背景估计,论文利介绍的彩色视频处理方法可以自己看看怎么做。(Background and Foreground Modeling Using
Nonparametric Kernel Density Estimation for
Visual Surveillance
AHMED ELGAMMAL, RAMANI DURAISWAMI, MEMBER, IEEE, DAVID HARWOOD, AND
LARRY S. DAVIS, FELLOW, IEEE
Invited Paper
)
- 2009-03-31 13:15:35下载
- 积分:1
-
matlabexample2
说明: matlab编程实例一百个,非常有用的小程序,尤其是在图像处理方面。(matlab programming examples hundred, a very useful little program, especially in image processing.)
- 2011-04-16 15:14:46下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
huffman
实现了huffman编码 运行良好 可以在不同的版本中运行(Achieve a huffman encoding)
- 2011-10-27 09:26:21下载
- 积分:1
-
8.30chengxu
很好的matlab程序,大家可以关注一下,主要是做图像的检测的。。。。(Good matlab program, we can look at the main image detection. . . .)
- 2012-09-03 15:35:01下载
- 积分:1
-
DPD_training
数字预失真的LS算法,利用LS算法提取预失真参数(LS digital pre-distortion algorithm, using LS algorithm extracts the predistortion parameters)
- 2013-10-28 18:27:28下载
- 积分:1
-
arrow3d
matlab 本身没有箭头功能,只有梯度,梯度不能精确,这是编写的箭头功能,可以精确定位箭头三维位置(matlab function itself has no arrows, only gradient, the gradient is not accurate, it is written in the arrow function, you can pinpoint the location of the arrow D)
- 2013-12-05 09:42:28下载
- 积分:1