CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - SVM算法代码

搜索资源列表

  1. 57187548svm

    0下载:
  2. 介绍了svm的识别的过程及算法,,我认为此原代码能够帮助一些人了解svm识别的原理.-svm introduced the identification process and the algorithm, I think the original code can help some people to understand the principle svm identification.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:40.72kb
    • 提供者:ToUk
  1. 105025svm

    0下载:
  2. 介绍了svm的识别的过程及算法,,我认为此原代码能够帮助一些人了解svm识别的原理.-svm introduced the identification process and the algorithm, I think the original code can help some people to understand the principle svm identification.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.96mb
    • 提供者:ToUk
  1. Hllesvmrbf

    1下载:
  2. lle和svm 的人脸识别算法代码,识别率可以打到80以上。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:郭锋
  1. FaceRecEvaluator

    0下载:
  2. 人脸识别算法matlab代码,可以实现,如PCA,ICA,SVM,LDA等-Matlab code for face recognition algorithms can be achieved, such as PCA, ICA, the SVM, LDA
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-25
    • 文件大小:8.25mb
    • 提供者:林娅静
  1. generalBT

    0下载:
  2. SVM是一种比较新比较流行的算法,常常用在分类问题和回归问题上。 libsvm相关的matlab代码-SVM is a relatively new algorithm is more popular, often used in classification and regression issues. libsvm-related matlab code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:4.22kb
    • 提供者:susan
  1. MILL

    1下载:
  2. 模式识别中,多标签标记中的经典代码,主要用于场景分类,目标识别,结合svm和boost算法对自然场景进行分类,真的很不错,看看吧-Pattern Recognition, multi-tagged in the classic code, mainly used for scene classification, object recognition, combined with svm and boost the natural scene classification algorithm,
  3. 所属分类:Graph program

    • 发布日期:2015-05-21
    • 文件大小:1007.55kb
    • 提供者:changfeng
  1. lle

    1下载:
  2. lle和svm 的人脸识别算法代码,识别率可以打到80以上。-lle and SVM for face recognition algorithm code, the recognition rate can reach 80 or more.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:899byte
    • 提供者:韩静书
  1. hlle

    1下载:
  2. lle和svm 的人脸识别算法代码,识别率可以打到80以上。-lle and SVM for face recognition algorithm code, the recognition rate can reach 80 or more.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:1.76kb
    • 提供者:韩静书
  1. SVMmatlab_coding

    0下载:
  2. 支持向量机代码 用于分类 识别算法开发语言 matlab-svm coding
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1.49mb
    • 提供者:brain
  1. SVM2012

    0下载:
  2. SVM支持向量机算法介绍以及实现代码,实现分类计算。-SVM support vector machine algorithm and the code to achieve the classification calculation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:18.23kb
    • 提供者:白亮
  1. guowai

    0下载:
  2. 这是国外车牌识别的c++程序代码,用到了支持向量机(SVM)算法,可以借用到国内车牌识别。-This is a foreign license plate recognition c++ code, use the support vector machine (SVM) algorithm could be applied to the domestic license plate recognition.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:27.32mb
    • 提供者:chenghua
  1. Colibri---The-IDL-Code-Library

    0下载:
  2. Colibri介绍 Colibri是一个基于ENVI/IDL平台实现的一个开源软件包。里边包含了多种多样的算法和程序。 代码是使用不同子文件夹来存储的。每一个文件夹内都含有一些源码文件。在根目录下的Reference Guide.html文件中包含了所有对象及函数的功能介绍、调用方法等,类似于IDL帮助。 Ø Application – General:含有一些通用功能,比如图像分类、创建合成图像、DSM转换为DTM等功能 Ø Application – Toolbo
  3. 所属分类:GIS program

    • 发布日期:2017-05-24
    • 文件大小:7.09mb
    • 提供者:毛巴马
  1. face-Adaboost

    1下载:
  2. 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-03
    • 文件大小:2kb
    • 提供者:L.Xun
  1. Python-opencv车牌识别

    2下载:
  2. 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会
  3. 所属分类:OpenCV

    • 发布日期:2020-09-01
    • 文件大小:21kb
    • 提供者:西风何时来
  1. 基于MATLAB的手势识别代码

    3下载:
  2. 基于sift和SVM算法实现的手势识别程序,用MATLAB GUI编写的,附有手势库,可拷贝至任何磁盘运行不必担心路径问题,但可能要求版本高一点的MATLAB软件
  3. 所属分类:图形图像处理(光照,映射..)

搜珍网 www.dssz.com