搜索资源列表
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
赫夫曼实现图像复原
- 神经网络的实验报告,利用赫夫曼编码实现10副图片的去噪和恢复
基于MATLAB的带噪图像的中值滤波
- 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵。本文将纯净的图像加入椒盐噪声,然后采用中值滤波的方法对其进行去噪。中值滤波是一种常用的非线性信号处理技术,在图像处理中,它对滤除脉冲干扰噪声最为有效。文章阐述了中值滤波的原理、算法以及在图像处理中的应用。MATLAB是一种高效的工程计算语言,在数据处理、图像处理、神经网络、小波分析等方面都有广泛的应用。
BP network.matlab平台的基于bp神经网络的遥感图像分类
- matlab平台的基于bp神经网络的遥感图像分类,matlab platform bp neural network-based remote sensing image classification
fenlei. VC 图像模式识别的分类程序
- VC 图像模式识别的分类程序,里面有神经网络的算法,很经典,VC image pattern recognition classification procedures, there are neural network algorithm, it is a classic
fenleichengxu.rar
- 用VC++实现图像的分类识别,模板匹配分类器,Bayes分类器,线性函数分类法,非线性分类法,神经网络分类器,With VC++ Achieve image classification and recognition, template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classifiers
bpnetwork.rar
- bp神经网络做图像识别的简单代码,里面有程序和简单说明,bp neural network image recognition to do a simple code, there are procedures and a brief explanation
20081104ga_src
- 遗传算法(GA)和神经网络(network)结合的算法,用于图像分类,包含完整的工程-Genetic Algorithm (GA) and neural network (network) combining algorithm, for image classification, including the complete works
basedon_BP
- 人脸识别,基于BP神经网络的人脸图像识别方法的研究。-Face Recognition Based on BP Neural Network Face Recognition Method.
Neural-Network-pattern-recognition
- 根据神经网络的算法对三幅训练图像和测试图像进行识别。-According to neural network training algorithm for three test images and image recognition.
MATLABApplication
- matlab编程的基本知识以及信号处理、优化、神经网络、图像处理等方面的应用,有简单的示例程序。-matlab basic knowledge of programming and signal processing, optimization, neural networks, image processing and other applications, a simple example of the procedure.
Matlab_Image_Processing
- 林健写的Matlab在图像处理与目标识别方面的应用实验,包括染色体识别与统计、汽车牌照定位与字符识别、基于BP神经网络识别字符的简单实验。-Lam Kin Writing at the Matlab image processing and target recognition application experiments, including chromosome identification and statistics, vehicle license positioning and c
ebp2
- 神经网络使用例子,主要用于图像处理与数据挖掘-Neural Network examples
ebp3
- 神经网络使用例子,主要用于图像数据处理以及数据挖掘-Neural Network examples
BP
- 利用BP神经网络进行图像分割。主要适用于RGB信息丰富的图像。以RGB为BP网络的三个输入,与对应的灰度图对网络进行训练。-The use of BP neural network image segmentation. RGB is mainly applied to information-rich images. BP network to RGB for the three inputs, with grayscale corresponds to the network trainin
Character_Recognition_Training__NN_for_classificat
- 图像特征识别通过神经网络训练方法实现,是学习参考的好资料-you will need first to run the file that name "charGUI4.fig" and on the right side there is a load training set where you have to train the system first, run any data that is should be from 1 to 9 and 0 like ( 1 2 3 4 5 5
BP网络图像分类
- 识别图像中道路,建筑,基于BP神经网络,里面有图片(Identify roads, buildings, etc in images)
基于遗传神经网络的图像分割
- 利用神经网络进行图像分割,对于初学者有很好的使用价值。(Image segmentation using neural networks)
神经网络 训练识别
- 1.先打开一幅图片然后按照顺序灰度化、二值化、灰度拉伸、车牌定位、二值化、倾斜校正、字符分割、训练神经网络、识别字符。 2.测试图像存储在当前目录的img下。 3.测试集、训练集、目标向量均存储在img下的文本文件中。(1. First open a picture and then follow the sequence of grayscale, binary, grayscale stretching, license plate positioning, binarization, ti
BP神经网络实现图像压缩
- 数据分析之机器学习:BP神经网络实现图像压缩(BP neural network for image compression)