-
desc
最速下降法 求极小值问题的程序示例 其中包含三个函数(Steepest descent procedure for seeking the minimum value problem examples)
- 2009-11-06 12:33:13下载
- 积分: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
-
matlab-backgroud-recognize
matlab 与摄像头的接连,可以判定上下左右哪个区域的差异量更大。(matlab and camera compain, which can determine up 、 down 、left、right regional differences.)
- 2011-10-20 01:43:45下载
- 积分:1
-
MDP
说明: 机器学习 马可夫决策 策略迭代 MATLAB代码(MDP policy iteration)
- 2020-06-15 22:55:01下载
- 积分:1
-
ISAR
说明: isar 成像例程,可以使用,距离多普勒成像过程(ISAR imaging routine, available, range Doppler imaging process)
- 2019-11-09 16:49:33下载
- 积分:1
-
LDA_KNN
对随机选择的iris数据,用LDA进行特征提取,然后用K近邻分类器分类的完整程序(Feature extraction using LDA,and perform classification via KNN)
- 2020-08-29 01:08:11下载
- 积分:1
-
fuzzyPID
说明: 模糊pid算法的程序,还有图形截图,很有用,很详细(fuzzy pid)
- 2011-03-28 15:00:26下载
- 积分:1
-
ntelligent-elevator-system
智能电梯系统仿真用matlab程序实现,智能控制(ntelligent elevator system simulation)
- 2013-03-10 00:41:38下载
- 积分:1
-
QRcode
QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.(As a high-speed, full identification of the two-dimensional bar code, QR code has been applied in all walks of life, and also has great potential for development. In this paper, aiming at QR code image recognition process may be encountered in noise interference, QR code accounting for the actual captured image just a part, slant, geometric distortion, and other issues have been studied, put forward through improved median filter to remove noise, use QR code symbol characteristics to locate and rotate the tilted image, distortion which is not serious use control-point transform and spatial bilinear interpolation method for geometric correction. The results show that this method is simple and effective, can be used to improve the QR code correct recognition rate.)
- 2010-12-19 23:54:18下载
- 积分:1
-
111
说明: bfsk调制,可出来图形,经过了awgn(bfsk modulation may be out of graphics, after awgn)
- 2009-08-09 13:50:07下载
- 积分:1