搜索资源列表
MATLAB图像处理源程序
- 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
facedetcer
- 人脸检测源程序代码 可以很好的运行 基于神经网络匹配方法-face detection
BP
- 用BP神经网络实现的第三代移动通信CDMA多用户检测算法-Using BP neural network to achieve the third generation of mobile communication CDMA multiuser detection algorithm
qpso
- 在网络异常检测中,为了提高对异常状态的检测率,降低对正常状态的误判率,本文提出一种基于量子粒子群优化算法训练小波神经网络进行网络异常检测的新方法。利用量子粒子群优化算法(QPSO)训练小波神经网络,将小波神经网络(WNN)中的参数组合作为优化算法中的一个粒子,在全局空间中搜索具有最优适应值的参数向量。- In order to improve the detection rate for anomaly state and reduce the false positive rate for n
car
- 运用MATLAB软件编程仿真,充分运用数字图像处理技术,运用边缘检测,神经网络识别等来实现汽车牌照的提取。-use MATLAB ,gain the number of car
ebp4
- BP神经网络例子,主要用于图像处理以及数据挖掘-Examples of BP neural network, mainly for image processing and data mining
elm
- elman神经网络用于峰值检测 三角波 矩形波 方波调制信号 -elman peak detector neural network for rectangular-wave square wave triangle wave modulation signal
fdp-v51
- 神经网络人脸检测程序。采用Gabor变换提取特征,使用前馈网络分类识别。-Face Detection Program。
Face_detection
- 基于高波小波特征提取和神经网络的人脸检测Matlab源码。-Based on high-wave wavelet feature extraction and neural network face detection Matlab source code.
lvq.m
- 基于矢量向量的神经网络图像边缘检测,有消噪的效果,是图像处理的不错程序-baseed on LVQ net work
main
- 本算法用matalab语言编写,实现了在DCT 域内应用RBF 神经网络检测图像水印-This algorithm with matalab language, the DCT domain RBF neural network application image watermark detection
judge_edge
- 一种基于脉冲耦合神经网络的第三代人工神经网络的边缘检测算法,速度比较快-Based on Pulse Coupled Neural Network' s third-generation artificial neural network edge detection algorithm, the speed is faster
shuohuarenshibie-MATLAB-duandianjiance-yujiazhong-
- 说话人识别代码,端点检测,预加重,MFCC..采用的模型是神经网络~-Speaker identification code, endpoint detection, pre-emphasis, MFCC .. neural network model is adopted ~
BPneuralnetworkappliedinshadowdetection
- 本文件包含的程序实现了神经网络在遥感正射影像云影检测领域的应用,效果良好。-This document contains procedures for implementation of neural networks in remote sensing cloud shadow detection orthophoto application of the field to good effect.
kdpgvgbe
- 进行逐步线性回归,相关分析过程的matlab方法,含噪脉冲信号进行相关检测,关于神经网络控制,各种kalman滤波器的设计,使用混沌与分形分析的例程。- Stepwise linear regression, Correlation analysis process matlab method, Noisy pulse correlation detection signal, On neural network control, Various kalman filter design, Us
Matlab实现
- 基于神经网络的地面裂缝检测软件,可以在界面上选择各种功能去检测。(Ground crack detection software based on Neural Network)
BP神经网络
- 第一个m文件:构造、训练BP神经网络并计算其识别率;第二个文件将进行人脸检测。注意:orl人脸数据库需要在网上下载。(The function of the first m file is to construct and train the BP neural network and calculate its recognition rate. The second is the detection of face. Note: the ORL face database needs to
bp和maltab的车牌识别
- 实现了灰度处理,锐化,边缘检测,神经网络(Grayscale processing, sharpening, edge detection, neural network)
1
- 基于神经网络的故障检测,首先利用了pca进行了数据预处理,然后输入到神经网络中(In fault detection based on neural network, the data are preprocessed by using pca, and then input into the neural network.)
NAR神经网络算法
- NAR神经网络算法matlab代码,用于建立时间预测模型的数学建模,代码可以跑的通,里面也有数据可以进行检测。