CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - svm matlab image
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - svm matlab image - List
[
Software Engineering
]
SVM-MATLAB
DL : 1
本文是一篇名为“基于SVM的石油勘探算法研究”的硕士论文,文中应用MATLAB进行算法实现,给出了详细的设计思路,各种不同方法的图像对比,区县调整,是一片相当不错的文章。-This is the one entitled "SVM Based Algorithm for oil exploration," the master's thesis, text MATLAB algorithm is given a detailed design ideas, different methods of image contrast. county adjustment is a pretty good article.
Update
: 2008-10-13
Size
: 720.39kb
Publisher
:
lijianjun
[
Software Engineering
]
SVM-MATLAB
DL : 0
本文是一篇名为“基于SVM的石油勘探算法研究”的硕士论文,文中应用MATLAB进行算法实现,给出了详细的设计思路,各种不同方法的图像对比,区县调整,是一片相当不错的文章。-This is the one entitled "SVM Based Algorithm for oil exploration," the master's thesis, text MATLAB algorithm is given a detailed design ideas, different methods of image contrast. county adjustment is a pretty good article.
Update
: 2025-02-17
Size
: 720kb
Publisher
:
lijianjun
[
Graph Recognize
]
svm-image
DL : 0
Update
: 2025-02-17
Size
: 1020kb
Publisher
:
李成成
[
Books
]
MATLAB6.5tuxiang
DL : 0
matlab6.5图像处理,基于simulink的图像处理参考书籍-matlab6.5 image processing, based on Simulink image processing reference books
Update
: 2025-02-17
Size
: 8.1mb
Publisher
:
ww
[
AI-NN-PR
]
svm
DL : 0
svm程序代码,用于模式识别和分类,也可用于图像特征。-svm code for pattern recognition and classification can also be used to image features.
Update
: 2025-02-17
Size
: 168kb
Publisher
:
chenxi
[
Graph Recognize
]
svmface1
DL : 0
svm人脸识别检测程序,主要是以orl为人脸图象库-SVM face recognition testing procedures, and is based on human ORL face image database
Update
: 2025-02-17
Size
: 6kb
Publisher
:
谢安
[
AI-NN-PR
]
Matlab_SVM
DL : 0
使用支持向量机对仿人感知器建模,并给出了其在不规则图形面积测量中的应用实例,附有120幅图片及其面积,前100幅用作训练,后20幅用作检验,图片文件默认路径为C:\MATLAB7\work\P100,即应将文件解压到默认路径C:\MATLAB7\work,使用其他路径只需将程序中的图片路径替换即可。-The use of support vector machine perceptron on humanoid modeling, and gives the graphics area in the irregular application of measurement, accompanied by 120 images and its size, 100 for training before and after testing for 20 , the default path for the image file C: MATLAB7workP100, that should extract the files to the default path C: MATLAB7work, the use of other procedures in the path can simply replace the image path can be.
Update
: 2025-02-17
Size
: 132kb
Publisher
:
[
matlab
]
svm
DL : 1
SVM matlab GUI可视化界面 直观形象 代码解释比较详细 对GUI学习和svm学习都有帮助-SVM matlab GUI interface intuitive visualization of the image of the code explained in more detail on the GUI SVM learning and learning help
Update
: 2025-02-17
Size
: 485kb
Publisher
:
刘向阳
[
AI-NN-PR
]
source-svm
DL : 0
使用支持向量机(svm)方法进行图像的单视度量(single view metrology)的vc++(需要用到wxwindows2.4.2)和matlab源代码.-The use of support vector machine (svm) method as the measure of a single image (single view metrology) of vc++ (Needed wxwindows2.4.2) and matlab source code.
Update
: 2025-02-17
Size
: 19kb
Publisher
:
余晖
[
Special Effects
]
image-SVM
DL : 0
主要在对图片加入不同噪声时进行图像复原程序。-Mainly in the picture by adding different noise when the image recovery process.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
辛江慧
[
Graph program
]
7894561@dagsvm
DL : 0
很好用的svm工具箱,dagsvm对于图像分类效果非常好,分类精度很高,代码清洗简单。-Good use of SVM Toolbox, dagsvm for image classification effect is very good, very high classification accuracy, code cleaning easy.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
tang
[
Special Effects
]
matlab_image
DL : 0
matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子-matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, image binarization, all kinds of edge detection operator, etc.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
王强
[
Graph Recognize
]
gist
DL : 0
对图像Gabor特征的提取,一个非常有效的特征,并用SVM对图像进行分类-get the gabor feature of a image,a very effective feature,and use SVM to classify the pictures
Update
: 2025-02-17
Size
: 16kb
Publisher
:
soon
[
Graph Recognize
]
USPS
DL : 0
用于手写体数字识别的USPS样本数据库和将MAT格式的样本数据库转换成二值化图像并以行程编码存储-For handwritten numeral recognition of the USPS database and a sample format of samples MAT database into binary image and the Run-Length Coding storage
Update
: 2025-02-17
Size
: 5.3mb
Publisher
:
张凯兵
[
Wavelet
]
SVM-KM
DL : 0
小波分析工具箱,可以和许多版本的matlab程序兼容使用,不可多得好好收藏吧。-a wavelet toolbox for signal analysis
Update
: 2025-02-17
Size
: 224kb
Publisher
:
zmma
[
2D Graphic
]
PCA_SVM
DL : 0
此方法采用经典的PCA对人脸图像进行特征提取,用libsvm库函数的SVM分类器对图像分类。-This method uses the classical PCA on the face image feature extraction, with the libsvm library function of SVM classifier for image classification.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
zhangpei
[
matlab
]
svm
DL : 0
本程序包括:论文SVM 用于基于块划分特征提取的图像分类,和相应的matlab实现其中图像划分以及特征提取、聚类均利用matlab6.5完成。 -The procedures include: paper by SVM for feature extraction based on block classification, and the corresponding realization of one image into matlab, and feature extraction, clustering were done using matlab6.5.
Update
: 2025-02-17
Size
: 169kb
Publisher
:
darren
[
matlab
]
svm
DL : 0
SVM分类器 分类各种图片的类别 分类各种图片的类别 -SVM classifiers various pictures of various categories of classification of classified images of various image types
Update
: 2025-02-17
Size
: 8.13mb
Publisher
:
刘流
[
matlab
]
LS-SVM
DL : 0
基于LS-SVM的一个预测代码。对实际数值进行预测得到图像-LS-SVM based on a prediction code. Predicted value for the actual image
Update
: 2025-02-17
Size
: 38kb
Publisher
:
杨志恒
[
Special Effects
]
SVM图像分割matlab
DL : 0
基于svm支持向量机的实现彩色图像分割,代码可以实现训练集上的(SVM - based color image segmentation)
Update
: 2025-02-17
Size
: 538kb
Publisher
:
joanne555
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.