-
pilvcaiyang
频率采样法的FIR数字滤波器的设计实现,嘿嘿(FIR digital filter)
- 2010-06-05 15:31:02下载
- 积分:1
-
SIFTtutorial
This is Sift(Scale invariant feature transform) tutorial file. source cord was made based on matlab.
- 2010-06-10 11:57:52下载
- 积分:1
-
faturesdeflections
feature deflections identification
- 2010-02-20 04:16:25下载
- 积分:1
-
LabeledItem
An item that has an integer label.
- 2013-12-03 13:44:01下载
- 积分:1
-
14.6-7
说明: 《MATLAB时频分析技术》例题matlab编程实现第十四章14.6-14.7(err)
- 2008-09-23 15:34:40下载
- 积分:1
-
matlab
用来求解线性卷积和循环卷积两卷积相等时,循环卷积的最小长度N(Used to solve the linear convolution and cyclic convolution convolution is equal to two, the minimum length of N circular convolution)
- 2013-05-03 15:03:12下载
- 积分:1
-
ruggedexplorer22_user_guide
RUGGEDCOM USER GUIDE
- 2014-01-21 05:26:39下载
- 积分:1
-
车牌识别系统MATLAB源代码完整
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1
-
算法
说明: 卡尔曼滤波,matlab代码 能够直接跑(Kalman filter, matlab code can be run directly)
- 2021-03-16 21:00:29下载
- 积分:1
-
change
图像插值,最邻近,双线性,双三次算法函数(Image interpolation, nearest neighbor, bilinear, bicubic algorithm function)
- 2013-03-14 23:20:40下载
- 积分:1