搜索资源列表
svm
- 支撑向量机的函数,可以用于识别、分类和分割,是很好的分类算法-Support Vector Machines function, can be used for identification, classification and segmentation, is a good classification algorithm
Ncut_SVM
- 此源码可对图像进行Ncut分割,并且集成了特征提取和SVM分类的功能。-This source can be Ncut image segmentation, and integrates the feature extraction and SVM classification function.
YCgCrandSVM
- 基于肤色分割和SVM的人脸检测的MATLAB 代码,主要是利用YCgCr来来进行肤色建模,然后结合SVM进行检测。 希望对您有所帮助!-Based on skin color segmentation and SVM Face Detection MATLAB code, mainly used to carry out color YCgCr to model, and then tested with SVM. Want to help you!
CorrectCarNoImageAndRegnize
- 一种车牌图像校正新方法 【摘要】因摄像机角度而造成的机动车牌图像倾斜会对其后继的字符分割与识别带来不利的影响。本文在分析了车牌倾斜模式的基础上,提出了一种基于最小二乘支持向量机(LS-SVM)的车牌图像倾斜校正新方法。通过LS-SVM线性回归算法求取坐标变换矩阵并对畸变图像进行旋转校正。主要方法:首先,将二值倾斜车牌图像中的像素转换为二维坐标样本,并构造图像数据集 再通过LS-SVM线性回归算法对该数据集进行回归,求取主要参数 最后,再由该参数转换为能反映图像倾斜方向的2维坐标变换矩阵。实验
kmeans_svm_image_segmentation
- svm 图像分割 用kmeans得到两类分割的图,在显示的图像中用鼠标取点得到2*num个坐标位置的二维向量,前num个为正样本,后num各为负样本-image segmentation
chepaishibie_svm1
- 这是我做车牌识别论文时候看的论文,包括车牌定位、分割、识别方法,还有一些svm的内容,希望能对这方面研究的朋友有所帮助-I do license plate identification papers when looking at papers, including vehicle positioning, segmentation, identification methods, as well as the contents of some of the svm, friends help
chepaishibie_svm2
- 这是我做车牌识别论文时候看的论文,包括车牌定位、分割、识别方法,还有一些svm的内容,希望能对这方面研究的朋友有所帮助 第二部分-I do license plate identification papers when looking at papers, including vehicle positioning, segmentation, identification methods, as well as the contents of some of the svm, friends
chepaishibie_svm3
- 这是我做车牌识别论文时候看的论文,包括车牌定位、分割、识别方法,还有一些svm的内容,希望能对这方面研究的朋友有所帮助-I do license plate identification papers when looking at papers, including vehicle positioning, segmentation, identification methods, as well as the contents of some of the svm, friends help
Matlab_SVM
- SVM实现数据分类,可自行选取核函数,用于图像分割操作。程序可自动训练分类平面。-SVM for data classification, are free to select the kernel function,For image segmentation operation. The program can automatically train classifiers plane.
Digital-iamge_MFC
- 运用C实现了数字图像的一些基本算法,包括canny edge detection,阈值变换,维纳滤波,直方图均衡,图像细化,旋转,图像配准,图像分割kmeans, isodata, fuzzy c means, fuzzy clustering, mrf image seg, 图像浏览,road svm using matlab, snakes matlab, anistropic gaussian filter-Canny edge detection, threshold transform
SVM
- 一些使用支持矢量机进行图像分割的算法,以及相关的文献资料,打包下载的好东西哦-Some use support vector machine algorithm for image segmentation, and related literature, package download a good thing
The-application-of-svm
- 统计机器学习的支持向量机SVM在图像分割中的应用学习报告。-Statistical machine learning support vector machine SVM image segmentation study report.
SVMZZ
- SVM进行图像分割 使用OTSU阈值法 效果很好 分割出来直接是二值图像-SVM for image segmentation using the OTSU thresholding method works well split up directly from the binary image
image-segmentation-using-svm
- 在matlab中应用svm算法对图像进行处里,分离出主体和背景-Svm algorithm in matlab applications where the image of the isolated subject and background
SVM-segmention
- 基于SVM支持向量机的图像前景和背景分割代码他,通过手动选择训练样本生成分类器,然后进行分割-SVM SVM based image segmentation code foreground and background, he generated classifier by manually selecting training samples, and then split
license-plate-recognition
- 车牌识别在matlab环境下的实现,利用canny边缘检测、字符分割、SVM字符识别从而进行车牌检测-Matlab license plate recognition achieved in the environment, use canny edge detection, character segmentation, SVM license plate character recognition thus detected
ImSegmentUsingLibsvm
- 基于SVM的彩色图像分割,测试表明SVM可以对图像进行有效分割-SVM-based true-color image segmentation program
SVM
- 这是一个基于支持向量机的图像分割程序,其中有演示图片,自己亲自实验过,可以自己选择样本点,很好用。-This is a program for image segmentation based on support vector machine, which can be used to demonstrate pictures
SVM
- 用于医学图像的支持向量机分割,没有嵌套,简单易懂,对学习聚类分割有很大的帮助(Mean clustering segmentation for medical images, no nesting, easy to understand, great help for learning clustering segmentation)
SVM图像分割matlab
- 基于svm支持向量机的实现彩色图像分割,代码可以实现训练集上的(SVM - based color image segmentation)