CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - svm hog

搜索资源列表

  1. HOG-LBP-detection

    4下载:
  2. 该程序分别提取正负样本图像的HOG和LBP特征,利用支持向量机进行样本训练,得到行人分类器。利用训练好的分类器进行检测,实验结果表明,该方法可以有效检测出图像中的行人,并达到了较好的检测结果。-A novel approach based on combining Histogram of oriented gradients (HOG) and LocalBinary Pattern(LBP) is suggested in the program.Also liner SVM is acte
  3. 所属分类:其他小程序

    • 发布日期:2013-02-16
    • 文件大小:13.91kb
    • 提供者:邵文
  1. cv_test

    0下载:
  2. 使用OPEN CV 完成行人偵測 內附圖片 實測效果-OPEN CV using the completion of the pedestrian detection measured the effect of inserting pictures
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2.82mb
    • 提供者:kld
  1. objectdet20070707

    1下载:
  2. cvpr07年 对象检测代码 hog+svm,压缩包里含有行人,车辆等分类器,可以直接检测-cvpr07 on object identification code hog+ svm, compression bag with pedestrians, vehicles and other classifiers
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-06
    • 文件大小:5.33mb
    • 提供者:liurui
  1. HOG-SVM

    0下载:
  2. it s HoG descr iptor, the writer code has some errors, and I have correct the errors, and the code is right under C+-it s HoG descr iptor, the writer code has some errors, and I have correct the errors, and the code is right under C+
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4.06mb
    • 提供者:fzernike
  1. hog

    0下载:
  2. HOG+SVM 应用OPENCV来检测人体图像中是否有人-HOG+SVM application the OPENCV to detect whether someone in the human body image
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:117.13kb
    • 提供者:熊伟
  1. cppHoG-raw-RBF

    0下载:
  2. HOG特征 加上 SVM训练方法的程序,可以实现人体检测、人脸检测,从CSDN上下载的,本人使用了,可以使用,但需要安装opencv2.0以上版本,其余的版本我没试过-HOG feature program plus SVM training methods, you can achieve human detection, face detection, download from CSDN, I use, you can use, but need to install opencv2.0
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:94.3kb
    • 提供者:nihongyin
  1. peda_detect

    0下载:
  2. 行人检测实现代码,利用hog特征和harr特征,svm分类器实现-Pedestrian detection code, the use of hog features and harr characteristics, svm classifier to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1.05kb
    • 提供者:袁庭荣
  1. face-detection

    0下载:
  2. HOG+SVM人脸识别演示程序 使用梯度直方图特征与SVM分类器-face detection demo program using HOG SVM
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-23
    • 文件大小:6.71mb
    • 提供者:Charles
  1. PeopleDetect-master

    0下载:
  2. 使用HOG特征和SVM分类器来进行行人检测,通过svm训练分类器得到人的特定参数-Pedestrian detection using HOG features and SVM classifier, and the specific parameters are obtained by SVM training classifier.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:293.94kb
    • 提供者:王慧
  1. PeopleDetection-master

    0下载:
  2. 使用MATLAB语言,利用HOG特征和svm分类器来实现行人的检测-Using MATLAB language, the use of HOG features and SVM classifier to achieve pedestrian detection
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:7.58kb
    • 提供者:王慧
  1. PassengerDetect

    0下载:
  2. 基于Opencv的行人检测,使用HOG+SVM,先遍历文件夹再对文件夹中的所有图片进行检测并把结果输出到txt中。-Pedestrian detection based on opencv,using hog and svm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-16
    • 文件大小:23.72mb
    • 提供者:xt
  1. facedetect-test

    0下载:
  2. 基于hog特征与支持向量机的方式,使用opencv自带的haar特征分类器,检测人脸-Adapt to hog feature and support vector machine (SVM) method, based on positive and negative samples opencv training face,
  3. 所属分类:CSharp

    • 发布日期:2017-06-02
    • 文件大小:13.41mb
    • 提供者:会员
  1. HOGPSVM_opencv_detection

    0下载:
  2. 在vs2013平台下,利用opencv中的HOG特征加SVM分类器进行车标识别。-In the VS2013 platform, the use of opencv in the HOG feature SVM classifier for vehicle identification.
  3. 所属分类:Other systems

    • 发布日期:2017-05-30
    • 文件大小:11.66mb
    • 提供者:liwei
  1. hog_svm

    1下载:
  2. hog+svm的Demo,实测可以运行,搭配INRIA图片集准确率为0.96. 不足:直接把图片缩小为64*128来检测,window的滑动没有。(the demo of HOG+SVM, could run,; not enough: it resize image to 64*128. the window have no slide.)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:500kb
    • 提供者:赤子
  1. 利用Hog特征和SVM分类器进行行人检测

    0下载:
  2. 利用Hog特征和SVM分类器进行行人检测(Using Hog features and SVM classifiers for pedestrian detection)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:56.42mb
    • 提供者:Elena0806
  1. SVM_Train_Predict_HOG

    0下载:
  2. 通过HOG,和SVM训练,统计出一张图片中的人数(Through the HOG, and SVM training, statistics a picture of the number of people)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:23.65mb
    • 提供者:RicoLin
  1. hog_svm

    0下载:
  2. 利用hog特征以及svm实现两个类别图像的分类(Classification of two categories of images using hog features and SVM)
  3. 所属分类:其他

  1. pedestrain

    0下载:
  2. SVM + HOG深度学习,行人识别检测。。。。。。。。。。。(SVM + HOG deep learning...........)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:7.71mb
    • 提供者:iwangying
  1. SVM

    0下载:
  2. 通过HOG获取特征,用SVM对图像进行分类。(The feature is acquired by HOG, and the image is classified by SVM.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:5.79mb
    • 提供者:朋至远方
  1. SVM

    1下载:
  2. 使用HOG提取特征,SVM进行图像分类,可以进行两种以上分类(Using HOG to extract features and SVM for image classification)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:17.68mb
    • 提供者:yangyang123
« 12 »
搜珍网 www.dssz.com