-
graycomatrix
说明: 用函数graycoprops去检测图像灰度共生矩阵,该例子主要是应用于图像纹理检测(Use function graycoprops to check picture ,it is very good )
- 2011-03-07 09:36:20下载
- 积分:1
-
dbscan
说明: 经典浓度聚类算法DBSCAN的MATLAB实现,简单易懂,可以运行(Classical clustering algorithm DBSCAN concentration of MATLAB implementation, easy to understand, you can run)
- 2010-04-06 04:51:53下载
- 积分:1
-
ISAR_NGR
逆合成孔径雷达,距离多普勒算法下的多点目标欺骗干扰,Matlab语言仿真(Range_Dopplor algorithm of deception jamming about Inverse Synthetic Aperture Radar )
- 2014-02-26 00:23:20下载
- 积分:1
-
Chess-un-nivel-mate
Chess Application developed in C# for academic purposes. We have implemented a function created by us. Though, it has some troubles.
- 2011-06-12 01:12:02下载
- 积分:1
-
Mathematical-modeling-of-algorithm
本书罗列了许多在数学建模中用到的代码,尤其在竞赛时,作用很大。赶快下载吧。(The book lists many of the mathematical modeling used in the code, especially in the race, play a great role. To download it.)
- 2015-01-29 20:10:42下载
- 积分:1
-
pictures
pictures for face recogenations for matlab
- 2009-12-05 22:33:25下载
- 积分:1
-
myedgeanddivide
该压缩包的程序实现对图像的边缘进行检测,并且对图像进行阈值分割。源码全部为自己编写,效果不错。不知道上传matlab的源码能不能开通会员,所有上传的都是自己的代码,虽然有些简单但是都是自己的劳动,刚起步,希望和大家交流。(of the compressed image program to the brink for testing and the right image thresholding segmentation. Source for all the preparation work to be done. Upload Matlab do not know the source can open membership, are all uploaded the code, Although some are simple but their work has just started, and we hope that the exchanges.)
- 2006-06-30 10:57:22下载
- 积分: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
-
youhusuanfa
介绍在优化设计中的一些常用方法,如遗传算法等(Introduced to optimize the design in some of the commonly used methods, such as genetic algorithms, etc.)
- 2009-04-27 09:58:37下载
- 积分:1
-
BPSKPAWGN-simulation-by-Matlab
说明: 通信系统中完整的bpsk的调制程序,包括误码率的仿真(Complete bpsk communication systems the modulation process, including of the simulation)
- 2011-03-15 20:31:16下载
- 积分:1