搜索资源列表
P0701
- 腐蚀算法在边缘识别中的应用,具有较好的边缘识别能力。-edge corrosion identification algorithm in the application is on the brink of better recognition ability.
DIBAPI
- 车牌识别系统图像处理函数,包括二值化,边缘检测和定位算法
复杂网络提取图像边缘特征
- 使用复杂网络提取图像边缘特征并进行识别的源代码,采用PCA_LDA算法对特征进行降维分类识别,识别效率很高。鲁棒性好
kalman_intro_chinese.rar
- 卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。,Kalman filter is an " optimal recursive data processing
svm-km.rar
- 支持向量机(SVM)是数据挖掘中的一个新方法,能非常成功地处理回归问题(时间序列分析)和模式识别(分类问题、判别分析)等诸多问题,并可推广于预测和综合评价等领域,因此可应用于理科、工科和管理等多种学科。目前国际上支持向量机在理论研究和实际应用两方面都正处于飞速发展阶段。它广泛的应用于统计分类以及回归分析中. 支持向量机属于一般化线性分类器.他们也可以认为是提克洛夫规则化(Tikhonov Regularization)方法的一个特例.这族分类器的特点是他们能够同时最小化经验误差与最大化几何边缘区
test1
- 水果图像识别,利用MATLAB进行图形的特征提取,边缘检测,阈值分割等-Fruit and image recognition, the use of MATLAB for graphics feature extraction, edge detection, thresholding, etc.
1
- 基于边缘直方图的快速汽车标志识别方法,论文-Histogram based on the edge of the rapid scan method of vehicle
234
- 本设计是针对第二题采用了两种算法用来识别各种水果。第一种算法是质心法,第二种方法是相关匹配法。 质心法 一.算法思想 质心法的优点在于图像经过任何旋转后,图像边缘到质心的距离求和始终为一个固定值,这样利用这一个特性,就可以辨识出各个图像。 -This design is the second title for the two algorithms used to identify a variety of fruits. The first is a qualitative-f
PathAbleway
- 对于智能交通车(在特定道路上)基于视觉系统的识别程序(MATLAB开发环境),可识别多种以图片为形式的路况信息,才去的方法是边缘提取识别法。-For the Intelligent Transportation vehicles (in a particular way) is based on visual system identification procedure (MATLAB development environment), can identify a variety of pi
code
- 基于matlab的虹膜边缘识别 包括边缘检测,归一化,用汉明矩进行特征匹配-Matlab on the edge of iris recognition, including edge detection, normalization, with Hamming moments feature matching
zizhi
- 水果图像识别,识别不同的水果,将图像进行特征检测,边缘提取,-Fruit and image recognition, recognition of different fruits, the image feature detection, edge extraction,
The-lane-edge-recognition
- 各种算子对车道线边缘识别的对比,其中包括车道线图像,也包含sobel,canny,prewritt算子的差异。-The operator of lane edge recognition
DSP2017.6.8
- .通过图像与 sobel 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 2.通过图像与 Prewitt 算子的二维卷积,获得 lenna.tif 和 car.jpg 水平和垂直方向边缘。 3.进一步处理图像,定位出车牌位置。 二(License plate recognition after two-dimensional convolution removal)
中值滤波
- 边缘检测 对人脸进行边缘检测 MATLAB 人脸识别(Face recognition based on geometric features)
基于MATLAB的肤色分割和匹配的人脸识别研究
- 对人脸识别的基本进程进行综述,介绍了空间转换及识别的方法;采用低通滤波处理策略,在总结和分析这些处理方法的基础上,运用填孔处理和边缘检测的人脸识别方法进行人脸识别工作;将几种边缘检测算法与人脸识别相结合进行检测,其识别率有可观的提升。(The basic process of face recognition is reviewed, and the method of space conversion and recognition is introduced. On the basis of
bp和maltab的车牌识别
- 实现了灰度处理,锐化,边缘检测,神经网络(Grayscale processing, sharpening, edge detection, neural network)
3.图像处理实现螺纹识别
- 基于matlab图像处理实现螺纹识别,滤波,边缘检测,拟合数据(Based on MATLAB image processing, thread recognition, filtering, edge detection and fitting data are realized.)
MATLAB答题卡识别(GUI,论文)
- MATLAB答题卡识别(GUI,论文) 本课题为基于MATLAB的不变矩答题卡识别。可识别学号,学科,答案,并进行分数统计,以及判断是否及格。后台可设置标准excel答案。经过灰度变换形成灰度图像、二值化处理、图像滤波、边缘检测、hough变换等预处理。带GUI交互式界面。(Matlab answer card recognition (GUI, paper) This topic is based on MATLAB moment invariant answer card recogni
matlab gui 图像识别
- 设计一个matlab gui系统,实现图像识别的图像分割、图像降噪、边缘检测等基本功能。
Unet卷积神经网络
- Python编的Unet卷积神经网络,可以用于噪声压制、边缘识别等应用,运行效率较高。