搜索资源列表
CarPlateRec
- 车牌定位与识别系统,首先将彩色图像转化为256灰度图像,然后用边缘检测和形态学等实现定位,再用神经网络方法实现字符识别.-plates positioning and identification system will first color image into a 256 grayscale image, Then Edge Detection and morphology, and so on to achieve positioning, and then neural network
图像处理程序集
- P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵
A_new_algorithm_of_image_compress_based_on_BP_neur
- 本文探讨了神经网络用于图像压缩的方法,提出了一种基于边缘信息检测的BP神经网络压缩方法:按图像各部分像素特征将图像分为平滑块、纹理块和边缘块,不同的分类块采用不同的隐含层数。实验结果证明本算法在在保证重建图像丰富细节的同时,能大大提高图像的压缩比。-This paper discusses the neural network for image compression method, edge information is presented based on BP neural networ
CNN_Edge_extraction
- CNN图像边缘检测,是将细胞神经网络的标准版用matlab实现,比较简单易懂-CNN Image edge detection is realized on matlab,it is simple.
part_237010_200311202__
- 山 东 大 学 硕 士 学 位 论 文:图像边缘检测算法的研究本 文 分 为 七 个 部 分 。第一部分首先阐述了课题的研究背景、意义以 及该领域的发展现状;第二部分介绍了几种经典的边缘检测方法,给出 了这些方法的图像边缘检测结果,并且进行了相关的分析比较;第三部 分阐述了BP 神经网络的结构以及数学模型等相关知识;第四部分具体 介绍了一种新的基于统计向量和BP 神经网络的边缘检测方法;第五部 分介绍了一种有效的边缘细化算法,它可以对新方法得到的图像边缘进 一步处理以达到
car
- 运用MATLAB软件编程仿真,充分运用数字图像处理技术,运用边缘检测,神经网络识别等来实现汽车牌照的提取。-use MATLAB ,gain the number of car
judge_edge
- 一种基于脉冲耦合神经网络的第三代人工神经网络的边缘检测算法,速度比较快-Based on Pulse Coupled Neural Network' s third-generation artificial neural network edge detection algorithm, the speed is faster
112
- 对拍摄得到的驾驶员视频帧图像, 使用复合肤色模型检测人脸 通过自适应边缘检测、 图像增强等方法处理得到 特征图像, 经特征区域筛选, 依据人脸先验知识匹配得到最佳人眼对 提取眼部特征向量, 结合 LVQ神经网络进行模式 识别检测眼部状态, 为判断驾驶员是否处于疲劳状态提供判据。-Video shot by the driver of the frame, the use of composite skin model of face detection through adaptive
program-sets
- 图像处理程序集包含滤波器滤波,神经网络,边缘检测,傅里叶变换等众多程序-matlab digital image processing program sets
PCNN-Algorithm
- 本程序是运用脉冲耦合神经网络(PCNN)算法进行图像分割的一个实例。基于PCNN的图像分割是一种图像像素相似度临近相似性的图像分割方法,已被广泛应用于图像平滑,分割及边缘检测等图像处理领域。-This program is an instance of the algorithm for image segmentation using pulse coupled neural network (PCNN). PCNN-based segmentation of an image pixel s
MyOpenCVConsole
- 常用的opencv图像特征提取算法。包括直方图、边缘检测、角点检测、直线提取、圆形提取等。并包括不太成熟的BP神经网络识别纯底色数字。-Commonly used opencv image feature extraction algorithm. Including histograms, edge detection, corner detection, line extraction, circular extraction. And includes less mature pure b
AA
- 本文构造了不同的信息测度来定量描述阶跃边缘的三个本质特征,并给出由相应的三个分量组成的特征向量.用人工得到的样本对一BP神经网络进行训练,将训练后的神经网络直接用于图像的边缘检测.本文方法无需定阈值 在特征的选取上充分考虑了边缘和噪声的本质区别,具有优异的抗噪性能.实验证明本文方法具有令人满意的效果。-In this paper ,from the natural characters of step edge of image, we proposed a feature vector tha
neural-network
- 指出了传统边缘检测算子算法的不足,提出了一种利用基于BP神经网络的数字图像边缘检 测算法,即利用传统边缘检测算子检测出来的图像中像素的灰度的不同比例作为学习训练图像,进行神经网络的学习训练,改变神经网络的结构参数得到神经网络的模型参数,最后给出了BP神经网络实现图像边缘检测的实验研究结果。从实现中可发现,将人们关于边缘特征的先验知识包含在内进行数字图像的边缘检测,能够取得比较好的效果-The paper points out the limitation of the traditional
pcnn
- 用PCNN实现图像边缘检测,pcnn——脉冲耦合神经网络-Using PCNN algorithm for image edge detection
Normalized
- PCNN脉冲耦合神经网络,可应用与图像分割、边缘检测、细化、识别等方面。-PCNN pulse coupled neural network, and can be applied to image segmentation, edge detection, thinning and recognition, etc.
jiyushenjingwangluoGUI
- 基于神经网络的图像边缘检测算法界面程序,可以选择打开图片,进行训练,然后检测出边缘。-Based on neural network image edge detection algorithm interface program, you can choose to open the picture, for training, and then detect the edge.
CNN_Edge_extraction
- 整理的关于卷积神经网络图像处理边缘检测的简单的程序,希望大家共同学习-Simple procedures for convolutional neural network image processing edge detection finishing, we hope to learn together
车牌识别GUI.zip等多个文件
- matlab 车牌识别,含有gui界面,边缘检测车牌定位,神经网络字符识别(Matlab license plate recognition, including GUI interface, edge detection, license plate location, neural network, character recognition)
CNN_Edge
- 采用卷积神经网络进行边缘检测,采用MATLAB语言编写。(Edge detection using convolution neural network)
cnn-edge-detection
- 卷积神经网络实现图像的边缘检测+python代码(CNN-edge-detection-python-codes)