搜索资源列表
P0701
- 腐蚀算法在边缘识别中的应用,具有较好的边缘识别能力。-edge corrosion identification algorithm in the application is on the brink of better recognition ability.
复杂网络提取图像边缘特征
- 使用复杂网络提取图像边缘特征并进行识别的源代码,采用PCA_LDA算法对特征进行降维分类识别,识别效率很高。鲁棒性好
svm-km.rar
- 支持向量机(SVM)是数据挖掘中的一个新方法,能非常成功地处理回归问题(时间序列分析)和模式识别(分类问题、判别分析)等诸多问题,并可推广于预测和综合评价等领域,因此可应用于理科、工科和管理等多种学科。目前国际上支持向量机在理论研究和实际应用两方面都正处于飞速发展阶段。它广泛的应用于统计分类以及回归分析中. 支持向量机属于一般化线性分类器.他们也可以认为是提克洛夫规则化(Tikhonov Regularization)方法的一个特例.这族分类器的特点是他们能够同时最小化经验误差与最大化几何边缘区
test1
- 水果图像识别,利用MATLAB进行图形的特征提取,边缘检测,阈值分割等-Fruit and image recognition, the use of MATLAB for graphics feature extraction, edge detection, thresholding, etc.
code
- 基于matlab的虹膜边缘识别 包括边缘检测,归一化,用汉明矩进行特征匹配-Matlab on the edge of iris recognition, including edge detection, normalization, with Hamming moments feature matching
houghbianhuan
- 广义霍夫变换边缘提取代码,目标是针对图像中某一标识,进行识别和提取-Generalized Hough transform edge detection code, the goal is for the image of a logo, to identify and extract
bianyuan
- 模式识别中边缘直方图特征提取。。。。每张图片可以得到 一个80维的向量-Pattern Recognition Feature Extraction of Edge Histogram. . . . Each picture can get a 80-dimensional vector
41695081Matlab_Image_Processing
- Matlab在图像处理与目标识别方面的应用实验,3个数字图像处理作业,车牌识别,边缘检测,包括实验数据代码以及报告,matlab实现-Matlab image processing and target recognition in the application of experimental
zizhi
- 水果图像识别,识别不同的水果,将图像进行特征检测,边缘提取,-Fruit and image recognition, recognition of different fruits, the image feature detection, edge extraction,
2011-4-1
- 基于matlab开发环境,编写了边缘检测的图形识别小程序。用于圆形标点。要求标点为白底黑圆。适合初学者理解图形识别的原理。-Based on the matlab platform,we compile the short program to realize the detection of edge detection algorithm 。For the laymen,it maybe useful。
2008-model--title-race
- 2008国赛数模a题关于双目识别照相机的源代码1.m1.m,moni.m,moni2.m,moni3.m,gongqiexian.m为可执行代码,直接运行即得结果(当然必须保证代码即本文件中的图片pictrue.bmp在matlab的当前工作区) 2.执行m1.m时程序会将每个圆的像的边缘点以excel文件保存在D盘,而执行gongqiexian.m需要这些文件-2008 model a number of national title race
the-license-plate-identification
- 该程序使用MATLAB实现了车牌识别,已通过测试,使用方法有边缘检测,腐蚀等操作-The program use MATLAB the license plate identification, already through the test, and method of use have edge detection, corrosion and other operational
text-edge-detection
- 蚁群算法,图像边缘检测,用于模式识别,可以编译通过!-Ant colony algorithm for image edge detection for pattern recognition can be compiled by!
USE
- 用于车牌识别技术中图像分割,对比几种微分算子的边缘检测和形态学分割-License plate recognition technology for image segmentation, compared to several differential operator edge detection and morphological segmentation
canny
- Canny算法,实现图像的的边缘检测,在步态识别等都可用到。-Canny algorithm for edge detection of an image, and so available to the gait recognition.
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)
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系统,实现图像识别的图像分割、图像降噪、边缘检测等基本功能。