-
ttt
This is the VC 6.0 automobile license plate recognition system Its basic tenets are based on the use of color plates on the latest technology to identify the license plate. Related technologies : vehicle positioning, character positioning plates tilt corrected, such as character recognition. Source code can be directly translated operations, the identification requirements for image color photographs of 2
- 2010-02-11 01:46:23下载
- 积分:1
-
matlab-4
matlab 编程方面的书籍,很不错的一本书推荐大家学习哦(A BOOK FOR MATLAB PROGEAM.)
- 2012-04-12 14:19:52下载
- 积分:1
-
HMM
由matlab实现的HMM,两个文件可以相互参考(Implemented by the matlab HMM, the two files can refer to each other)
- 2014-01-06 01:04:50下载
- 积分:1
-
KPCA
基于MATLAB的PCA和KPCA的实现,有图,有返回的参数,绝对可以运行!(Based on the PCA and KPCA MATLAB to achieve, there are plans to return to the parameters, the absolute can run!)
- 2020-09-18 19:17:56下载
- 积分:1
-
lizi
说明: 采用最小方差自适应算法作为自校正调节器,控制系统(Minimum variance adaptive algorithm used as a self-tuning regulator, control system)
- 2010-04-27 19:04:27下载
- 积分:1
-
GUI_3
matlab初学者资料 里面有M程序的详细文件 还有编程 直接运行即可(Matlab beginners material inside have M program detailed document and programming can be run directly)
- 2012-03-30 11:21:48下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
GGSO
说明: GGSO,萤火虫算法实现最优解问题,轮盘赌实现随机数选择(Optimal solution of firefly algorithm)
- 2020-04-19 21:11:35下载
- 积分:1
-
MPSKTransmission
有关MPSK调制,传输模型。成型脉冲分为矩形,升余弦脉冲,平方根升余弦脉冲。M的值为2,4和8.所加噪声是高斯白噪声。(Of the MPSK modulation, transmission model. Pulse shape is divided into rectangular, raised cosine pulse, the square root raised cosine pulse. The value of M for 2,4 and 8. The increase in noise is Gaussian white noise.)
- 2009-05-21 12:33:22下载
- 积分:1
-
scenario
un document Word qui décrit le scénario
d un jeu fleuriste
- 2014-11-24 08:40:33下载
- 积分:1