-
BP_XZX
采用matlab语言,但不是采用其神经网络工具箱开发的BP人工神经网络程序,原始底层代码,对于想利用其它语言开发商业软件的网友可先学习本代码,然后可方便转写。(Using matlab language, but not using its neural network toolbox developed by BP artificial neural network program, the original low-level code, use of other languages who want to develop commercial software, users can first learn the code, and then can be easily transferred to write.)
- 2010-06-24 11:48:56下载
- 积分: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
-
pca
一种主元分析的人脸识别matlab源码,利用SVD分解提取主分量进行人脸识别(A principal component analysis for face recognition matlab source code, the use of SVD decomposition to extract principal components for face recognition)
- 2007-09-15 11:40:41下载
- 积分:1
-
mohu
一个非常实用且能进行模糊综合评判的matlab程序(A very practical and can be fuzzy comprehensive evaluation of the matlab program)
- 2009-01-02 20:35:30下载
- 积分:1
-
CRBonDOAforsingletarget
MIMO 雷达RB波达方向CRB方面的源码,大家可以参考下(MIMO RADAR CRB onDOA for single target)
- 2021-04-22 11:28:49下载
- 积分:1
-
matlab
矩形窗、汉宁窗的函数源代码,用于查看其时域和频域波形;求过零率的函数以及其源代码(Rectangular window, Hanning window function of the source code for the view of its time-domain and frequency-domain waveform seeking function of the rate of zero, and its source code)
- 2013-04-05 15:08:08下载
- 积分:1
-
heapmgrbase
heapmgrbase program for dynamic memory
- 2013-12-06 17:59:26下载
- 积分:1
-
DVHOP
该程序在matlab环境下完成DV HOP算法的实现。可算出最短路经算法计算节点间跳数、每个信标节点的校正值并可用用跳数估计距离。(err)
- 2008-06-18 00:38:48下载
- 积分:1
-
MATLAB_BP
matlab神经网络的应用和分析,很好用的 对bp的学习是中帮助(matlab neural network application and analysis)
- 2011-04-25 15:07:11下载
- 积分:1
-
jicheng
人脸识别技术利用集成学习,adaboost算法学习代码(Face recognition, integrated learning, adaboost algorithm code)
- 2012-10-17 15:08:22下载
- 积分:1