CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Classification opencv

搜索资源列表

  1. KMeans-with-opencv k均值分类在遥感影像中的应用

    1下载:
  2. k均值分类在遥感影像中的应用,完整的c++代码,注释详细易懂,并且已经验证过-k-means classification in remote sensing images in the application, complete c++ code, comments, detailed and easy to understand, and have been verified
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:12.67kb
    • 提供者:xl
  1. ViSurvPostureClassification.ra

    0下载:
  2. 基于水平垂直投影图的人体动作分类器,贝叶斯分类方法,含样本图。可对视频文件实时检测,基于opencv库,Based on the level of the vertical projection of human action classification, and Bayesian classification methods, including sample plans. Video files can be real-time detection, based on the opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.85mb
    • 提供者:sherry
  1. Kmeans-opencv

    0下载:
  2. kmeans 的opencv实现版本,可以分类,分类效果还可以。-kmeans the opencv version, can be classified, the classification of the effect can be.
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:222.52kb
    • 提供者:nihongyin
  1. SVM

    0下载:
  2. OpenCV机器学习SVM支持向量机的分类程序 word格式-OpenCV machine learning support vector machine SVM classification procedure word format
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:19.2kb
    • 提供者:
  1. MushroomClassification

    1下载:
  2. opencv实现的mushroom数据的分类,一共有八种不同的学习方法,包括贝叶斯、SVM、神经网络,等等。-opencv implementation mushroom data classification, a total of eight kinds of different learning methods, including Bayesian, SVM, neural networks, and so on.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:6.52mb
    • 提供者:zhouguoguo
  1. LocalOstu

    0下载:
  2. 基于opencv的otsu阈值分割,根据最大类间方差原理,进行全局图像分类-Opencv based on the Otsu threshold segmentation, in accordance with the principle of maximum between-cluster variance for the overall image classification
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.06kb
    • 提供者:chenyuanlu
  1. Face

    0下载:
  2. 【原创】VS2008开发,基于OpenCV的人脸检测程序 从摄像头获取图像,人脸检测后输出。 “输出”文件夹中的XML文件为分类器,可以修改代码载入不同的分类器,牛人也可制作自己的分类器。-【原创】 OpenCV-based Face Detection procedure to obtain images from the camera, after the face detection output. " Output" folder for the classif
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:875.12kb
    • 提供者:kq
  1. Tracking_and_Object_Classification_for_Automated_S

    0下载:
  2. O.Javed and M.Shah. 《Tracking and object classification for automated surveillance》. 这篇英文文献是有关运动目标检测跟踪及其分类的文章。该文利用“人体运动的周期性”,把运动目标分为人、人群、机动车。具有较强的参考价值。-O. Javed and M. Shah. " Tracking and object classification for automated surveillance" .
  3. 所属分类:Development Research

    • 发布日期:2017-04-10
    • 文件大小:1mb
    • 提供者:brk1985
  1. haarcascade_frontalface_alt2

    0下载:
  2. 前脸的检测,分类器,训练分类器,人脸检测,opencv-Prior to face detection, classification, and the training classifier, face detection, opencv
  3. 所属分类:GIS program

    • 发布日期:2017-04-17
    • 文件大小:82.12kb
    • 提供者:xzy
  1. classification

    1下载:
  2. 图像处理与模式识别中的识别算法,刚才传了特征提取,这是后续-Image processing and pattern recognition in the recognition algorithm, just pass the feature extraction, which is the follow-up
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:98.63kb
    • 提供者:胡刚
  1. DanceDanceRevolutionWithHandGestureControl

    0下载:
  2. For the recognition of hand gestures, OpenCV and HandVu libraries are used to provide the functions of hand tracking and recognition. When a hand gesture is recognized, the result is sent to the DDR game through a network socket. Then, the DDR ga
  3. 所属分类:Document

    • 发布日期:2017-03-26
    • 文件大小:220.24kb
    • 提供者:
  1. SeqPartition

    0下载:
  2. 基于距离的点集分类程序,可以把点按相对距离分簇,使用opencv编写-Distance-based classification procedures set of points, you can put points in relative distance clustering, using opencv write
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.81mb
    • 提供者:李涵露
  1. 2DLDAwiththeSVM-basedfacerecognitionalgorithm

    0下载:
  2. 二维线性鉴别分析(2DLDA)算法能有效解决线性鉴别分析(LDA)算法的“小样本”效应,支持向量机 (SVM)具有结构风险最小化的特点,将两者结合起来用于人脸识别。首先,利用小波变换获取人脸图像的低频分量,忽 略高频分量:然后,用2DLDA算法提取人脸图像低频分量的线性鉴别特征,用“一对多”的SVM 多类分类算法完成人脸 识别。基于ORL人脸数据库和Yale人脸数据库的实验结果验证了2DLDA+SVM算法应用于人脸识别的有效性。-”Small sample size”problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:230.85kb
    • 提供者:费富里
  1. svm

    0下载:
  2. SVM,一个简单的用于线性分类的代码,采用openCV写的。-SVM, a simple linear classification code used by openCV written.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.81mb
    • 提供者:高永强
  1. How-to-train-their-classifier-OpenCV

    1下载:
  2. matlab图像特征识别。分类器的训练方法。很好的学习资料。如何用OpenCV训练自己的分类器。内含人脸库共训练器使用-matlab image feature recognition. Classifier training methods. Good learning materials. How to use OpenCV train their own classification. Training face database containing a total of uses
  3. 所属分类:Graph Recognize

    • 发布日期:2015-12-10
    • 文件大小:5.04mb
    • 提供者:yanhao
  1. bayes-classification

    0下载:
  2. OpenCV中贝叶斯分类器的API函数用法举例 OpenCV中贝叶斯分类器的API函数用法举例-OpenCV Bayesian classifier API function usage example, the Bayesian classifier in OpenCV API function usage example
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:1.28kb
    • 提供者:guyue
  1. OpenCV-VIDEO-DETCTION

    0下载:
  2. 计算机视觉是研究用计算机模拟生物外显或宏观视觉功能的科学和技术。作 为计算机视觉研究的一个分支—运动目标的检测与跟踪,就是对视场内的运动目 标,如人或车辆等,进行实时的观测,并在此基础上对被观测对象进行分类,然 后分析它们的行为。近年来,计算机视觉的研究重点已经从对静态图像的研究过 渡到对动态图像序列的研究上面,这方面的典型应用包括自动化的视频监控系 统、视频MPEG编解码技术、人机交互的感知接口、军事上的制导、雷达视频 图像中的
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:5.62mb
    • 提供者:土豆
  1. SVM-image-classification--OpenCV--

    0下载:
  2. 基于SVM与BoW的图片分类的OpenCV实现,从外国网站下载的-SVM-based image classification with BoW OpenCV implementation from foreign website
  3. 所属分类:OpenCV

    • 发布日期:2017-03-25
    • 文件大小:39.13kb
    • 提供者:高幸
  1. image-classification-opencv

    0下载:
  2. image classifiers opencv c-image classifiers opencv c++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:38.79kb
    • 提供者:bayle
  1. image-classification

    0下载:
  2. Object detection using HOG implemented in Python and C++ using OpenCV library
  3. 所属分类:OpenCV

    • 发布日期:2018-04-30
    • 文件大小:843kb
    • 提供者:LilNader
« 12 3 4 5 »
搜珍网 www.dssz.com