-
FastICA
盲源分离中最为经典的不动点算法——FastICA,该算法简单,对初学者有很大的帮助(Blind Source Separation in the most classical fixed-point algorithm- FastICA, the algorithm is simple, for beginners there is a great help)
- 2009-03-15 13:00:43下载
- 积分:1
-
HOGCalculator
HOG calculator, takes filename as input and calculates Histogram of oriented gradients from the input image.
- 2010-10-28 23:37:30下载
- 积分:1
-
matlab-Trans
该文件为matlab环境下的批处理程序,可以处理同一个文件夹下面的相同类型的文件(The file is a batch program matlab environment that can handle the same folder following the same type of file)
- 2013-08-25 10:05:51下载
- 积分:1
-
Wavelet_denoising
关于小波去噪 适合初学者的一个小程序 希望对大家有帮助(on wavelet denoising for beginners of a small program you want to help! !)
- 2006-06-04 12:40:32下载
- 积分:1
-
Pith-Control
Pitch control for a wind conversion chain
- 2013-08-27 07:35:35下载
- 积分:1
-
wgmvpara
小波灰度矩向量计算代码,首先进行morlet连续小波变换,然后将小波灰度矩分为16份(Wavelet gray moment vector calculation code, the first to morlet continuous wavelet transform, and then divided into 16 wavelet Gray Moment)
- 2010-10-03 18:14:13下载
- 积分:1
-
power-flow
说明: 基于内点法的配电网潮流计算,收敛精度同牛顿二阶法,不同之处在于它可以处理大规模潮流计算,而牛顿法不行。(power flow of distributiion network)
- 2011-03-10 09:24:43下载
- 积分:1
-
DVD-rent
dvd租赁问题编码 数据自动通过txt文档导入和处理(dvd encoding leasing automatic data import and processing of documents by txt)
- 2011-05-15 17:41:10下载
- 积分:1
-
buledmc_pid
dmc-pid串级控制代码,欢迎下载参考!(dmc-pid theory in matlab)
- 2020-10-13 08:37:32下载
- 积分: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