-
ImageDescriptorsandImageSimilarity
说明: 得到图像的直方图来进行图像之间的比较,主要用于图像检索和目标跟踪(Carried out by the image histogram comparison between the images, mainly for image retrieval and object tracking)
- 2010-04-26 16:28:21下载
- 积分:1
-
Matlab_DLL_HDNum
本程序用c++编了一个提取硬盘物理序列号的dll程序,然后用matlab的m文件调用链接库文件,在matlab语言环境中提取硬盘序列号。本程序中的链接库文件也可用于VC、vb等其他语言调用。(Of this program compiled with c++ the extract the serial number of hard physical the dll procedure, then call matlab m file link library file, extract the hard drive serial number in the the matlab language environment in. Link library files in the program can also be used for the VC, vb and other languages call.)
- 2013-01-20 13:52:49下载
- 积分:1
-
ask
Amplitude Shift Keying Simulation
- 2011-09-10 15:44:06下载
- 积分:1
-
development-report
Depth study of the power electronics industry development report
- 2015-01-27 09:50:16下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
leach
leach协议matlab代码,很不错的,希望对学习leach协议的同学有帮助。(leach agreement matlab code, very good, I hope to learn leach protocol help students.)
- 2014-01-10 16:57:41下载
- 积分:1
-
模拟退火
说明: 模拟退火算法来源于固体退火原理,是一种基于概率的算法,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。(Simulated annealing algorithm is derived from the principle of solid annealing is a kind of algorithm based on probability, high solid heating to fully, then let it slowly cooling, heating, inside the solid particles with the temperature rise to disorder, internal energy increase, and slowly cooling particles become more orderly, and in each temperature to reach the equilibrium state, finally reach the ground state in normal temperature, can reduce to a minimum.)
- 2021-02-24 15:47:10下载
- 积分:1
-
course-of-MATLAB2010a-Zhangzhiyong
MATLAB2010a教程,适合于MATLAB的初学者学习!(MATLAB2010a tutorial)
- 2012-11-27 18:27:26下载
- 积分:1
-
Matlabengineeringworksonthebasisofdetailedaccounto
说明: Matlab工程应用基础详细讲解了工程上的实际问题(Matlab engineering works on the basis of detailed account of the practical problems)
- 2010-04-29 13:33:23下载
- 积分:1
-
single_phase_grid_pv
this is a matlab fle that contains a simlin simulaion of a smart grid powered by a photovoltaic planels
- 2014-12-31 22:07:28下载
- 积分:1