Description: 数据是来源于图像的不变矩提取,这里是用matlab实现的,后面可能需要用vc实现,不过也不一定,数据是由房房同学提供的,说不定不用做
利用最简单的bp神经网络来实现分类,一共两类车辆,这里是模拟实现把,识别效果还能用,先凑合着把,这里的特征提取也够玄乎。
-Data is derived from the image moment invariants extraction, this is achieved using matlab, behind vc may need to achieve, but not necessarily, the data is provided by atrial students might not need to do the simplest use of bp neural network to achieve the classification, a total of two types of vehicles, this is the realization of the simulation, also used to identify the effect, first make do with the, where feature extraction玄乎enough. Platform: |
Size: 1186816 |
Author:车林 |
Hits:
Description: 针对可见光与红外图像的特点和难点,提出了可见光与红外图像配准与融合中的关键技术,即:
使用新型的基于一维最大类间方差和最大连通性测量的图像分割方法对源图像进行分割来更好地实行图像粗
配准 使用新型的特征点提取方法,特征点的匹配及误匹配的消除来更好地实行图像精配准 采用新型的基
于区域的树状小波活性测度计算来实现树状小波图像融合 利用自生成神经网络来实现模栩图像融合.
-For visible light and infrared images of the characteristics and difficulties, a visual and infrared image registration and integration of key technologies, namely: the use of new one-dimensional based on the largest variance between-class connectivity and the largest measuring method of image segmentation source image segmentation to better implementation of coarse image registration the use of a new type of feature point extraction method, feature points of the match and the elimination of false matches to better the implementation of image fine registration the use of new tree-based wavelet calculated to measure the achievement of the activity tree wavelet image fusion the use of self-generating neural network to achieve image fusion Xu mode. Platform: |
Size: 482304 |
Author:媛媛 |
Hits:
Description: Based on the information processing functionalities of spiking neurons, a spiking neural network model is proposed to extract features from a visual image. The network is constructed with a conductance-based integrate-and-fire neuron model and a set of specific receptive fields. The properties of the network are detailed in this paper. Simulation results show that the network is able to perform image feature extraction within a time interval of 100 ms. This processing time is consistent with the human visual system. The demonstrations show how the network can extract right-angle contours in a visual image. Based on this principle, many other image features can be extracted by analogy. The parallel processing mechanism of this network model is very promising for a hardware implementation based on VLSI or FPGA technology. Platform: |
Size: 288768 |
Author:sacoura31 |
Hits:
Description: 《数字图像处理与机器视觉:Visual C++与Matlab实现》4
特征提取,图像识别初步,人工神经网络,基于ANN的数字字符识别系统-" Digital image processing and machine vision: Visual C++ and Matlab to achieve" four feature extraction, image recognition initially, artificial neural network, ANN based digital character recognition system Platform: |
Size: 726016 |
Author:陈新秋 |
Hits:
Description: 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章-第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章-第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章-第12章,是两个综合性较强的实例,分别足Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盆给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。光盘在下一次的上载中给出。 -This book introduces image processing and recognition, the basic principle of typical methods and practical technology. The book is divided into 12 chapters, chapter 1-chapter 6 is the basis of image processing and identify content, including image science, summary and MATLAB language image programming, image enhancement, image segmentation, image feature extraction and image recognition Chapter 7-chapter 10 is the image processing and identification of the engineering example, covers the medical image processing, and character recognition and the guidance car path recognition application examples, and combine theory algorithm to provide large amounts of MATLAB code to help the reader master how to use MATLAB language of rapid algorithm simulation, commissioning and estimate method. Chapter 11-chapter 12, is two more integrated example, full Visual C++ respectively the realization of the character recognition based on neural network system and license plate localization system. This b Platform: |
Size: 1241088 |
Author:张丽玲 |
Hits:
Description: 使用Gabor特征提取和神经网络的人脸检测,里面带有人脸和非人脸的训练图库,检测效果很好。
运行该程序:
1 -所有文件和目录复制到MATLAB的工作文件夹 *-为了运行程序,你必须有图像处理和神经网络工具箱
2 - 找到名为“main.m”的文件
3 - 双击这个文件或在命令窗口中的“主”类型
4 - 将显示一个菜单。点击“火车网”,并等待,直到程序完成培训
5 - 点击“照片上的测试”。将出现一个对话框。选择一个。JPG图片
6 - 等待,直到程序检测到一些面孔
-Gabor feature extraction and neural network face detection, which with a human face and non-face training Gallery detection works well. Run the program: 1- all files and directories copied to MATLAB work folder*- In order to run the program, you must have image processing and neural network toolbox- find a file named " main.m" - double-click on the file or " master" in the command window type- will display a menu. Click on the train network, and wait until the process is complete training- Click the photo test. A dialog box appears. Select one. JPG picture- wait until the program detects some faces Platform: |
Size: 19137536 |
Author:朝颜 |
Hits:
Description: 基于图像检索的matlab代码,基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram Texture characteristics of similarity : Mahalanobis distance, the Euclidean distance relevance feedback : machine learning methods, such as SVM. Neural network search and classification : two very similar samples from the small, although the two are similar to the samples may not be much distance Platform: |
Size: 164864 |
Author:EmilyFu |
Hits:
Description: ace Detection Program for MATLAB 2013a
using Gabor Feature Extraction and Neural Networks
----------------------------------------------------------------
1- copy all files and directories to the MATLAB s work folder
* In order to run the program you must have Image Processing and Neural Networks Toolboxes
2- (Important) Navigate to the root folder which contains "main.m".
3- Type "main" or "run main" in the command window
4. Only fort the first time, the program creates
Gabor filters and stores them in ./data/gabor.mat
Training set dataset and stores it in ./data/imgdb.mat
Neural Network and stores it in ./data/net.mat
5- imgdb is short for "image data base".
6- When the program menu appears click on "Train Network" and wait until the program is
done with the training-ace Detection Program for MATLAB 2013a
using Gabor Feature Extraction and Neural Networks
----------------------------------------------------------------
1- copy all files and directories to the MATLAB s work folder
* In order to run the program you must have Image Processing and Neural Networks Toolboxes
2- (Important) Navigate to the root folder which contains "main.m".
3- Type "main" or "run main" in the command window
4. Only fort the first time, the program creates
Gabor filters and stores them in ./data/gabor.mat
Training set dataset and stores it in ./data/imgdb.mat
Neural Network and stores it in ./data/net.mat
5- imgdb is short for "image data base".
6- When the program menu appears click on "Train Network" and wait until the program is
done with the training Platform: |
Size: 180224 |
Author:manu |
Hits:
Description: 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual C++实现的基于神经网络的文字识别系统和车牌定位系统。 本书附带的光盘给出了各个章节列举的实例的源代码,同时赠送了28个常用数字图像处理算法的Visual C++代码实现。 本书讲解深入浅出,实例程序丰富,注重理论与实践相结合。本书可作为计算机应用、自动化、图像处理与模式识别、机电一体化专业的高年级本科生或研究生的参考书,也可供从事图像处理与识别的研究人员和工程技术人员阅读参考。-This book introduces the basic principles of image processing and recognition of the typical methods and practical skills . The book is divided into 12 chapters , Chapter 1- Chapter 6 is the basis of the content of image processing and recognition , including images scientific overview , MATLAB programming language images, image enhancement, image segmentation, image feature extraction and image recognition Chapter 7- Section Chapter 10 is a project example image processing and recognition , covering the medical image processing, character recognition and self- guided trolley path recognition example , the combination of theory and algorithms, for a lot of MATLAB code procedures to help readers learn how to use MATLAB language fast simulation , debugging and estimation methods algorithm. Chapter 11- Chapter 12 , are two examples of highly integrated , namely Visual C++ implementation based on neural network character recognition system and a license plate positioning system. The book Platform: |
Size: 6598656 |
Author:朱朴宁 |
Hits:
Description: Visual C++/MATLAB图像处理与识别实用案例精选,第1-6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别。第7-10章是图像处理与识别的工程实例。第11、12章介绍了Visual C++实现的基于神经网络的文字识别系统和车牌定位系统2个综合性较强的实例。-C++/MATLAB Visual image processing and recognition of practical case selection, chapter 1-6 is the basis of image processing and recognition, including image science, MATLAB language programming, image enhancement, image segmentation, image feature extraction and image recognition. Chapter 7-10 is an engineering example of image processing and recognition. 12, the eleventh chapter introduces the C++ Visual implementation of the recognition system based on the neural network and the license plate positioning system 2 more comprehensive examples. Platform: |
Size: 5172224 |
Author:light1003 |
Hits:
Description: 是学习PCA特征提取的很好的学习资料,仿真图是速度、距离、幅度三维图像,isodata 迭代自组织的数据分析,主要是基于mtlab的程序,计算多重分形非趋势波动分析,关于神经网络控制,用MATLAB实现的压缩传感。- Is a good learning materials to learn PCA feature extraction, FIG simulation speed, distance, amplitude three-dimensional image, Isodata iterative self-organizing data analysis, Mainly based on the mtlab procedures, Calculate the multifractal trend fluctuation analysis, On neural network control, Using MATLAB compressed sensing. Platform: |
Size: 12288 |
Author:dqfre |
Hits:
Description: 关于神经网络控制,用于信号特征提取、信号消噪,在MATLAB中求图像纹理特征。- On neural network control, For feature extraction, signal de-noising, In the MATLAB image texture feature. Platform: |
Size: 8192 |
Author:石萍花 |
Hits:
Description: 将理论知识、科学研究和工程实践有机结合起来,内容涉及数字图像处理和识别技术的方方面面,包括图像的点运算、几何变换、空域和频域滤波、小波变换、图像复原、形态学处理、图像分割以及图像特征提取的相关内容;同时对于机器视觉进行了前导性的探究,重点介绍了两种目前在工程技术领域非常流行的分类技术——人工神经网络(ANN)和支持向量机(SVM),并在人脸识别这样的热点问题中结束《精通Matlab数字图像处理与识别》。(Combining theoretical knowledge, scientific research and engineering practice, the content involves all aspects of digital image processing and recognition technology, including point operation, geometric transformation, spatial and frequency domain filtering, wavelet transform, image restoration, morphological processing, image segmentation and image feature extraction, and the exploration of the preamble of machine vision. Two kinds of classification techniques, artificial neural network (ANN) and support vector machine (SVM), which are popular in the field of engineering and technology, are introduced in this paper, and the "master Matlab digital image processing and recognition" is finished in the hot issues such as face recognition.) Platform: |
Size: 17900544 |
Author:Xingli |
Hits: