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

搜索资源列表

  1. opencvHOG

    0下载:
  2. hog行人检测的算法,opcv实现的,注释中有函数功能介绍,对初学者很有帮助-hog pedestrian detection algorithm, opcv achieve the comment function Features, useful for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:21987
    • 提供者:lifengsong
  1. opencv_hog_test

    0下载:
  2. 本文主要介绍下opencv中怎样使用hog算法,因为在opencv中已经集成了hog这个类。其实使用起来是很简单的,从后面的代码就可以看出来。本文参考的资料为opencv自带的sample。   开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5.   实验功能:   单击Open Image按钮,选择需要进行人检测的一张图片,确定后自动显示出来。该图片的大小没限制。   单击People Detect按钮,则程序会自动对该图片进
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:501760
    • 提供者:wuwei
  1. QuickHOG

    1下载:
  2. 源代码可以运行,用于提取hog特征作为行人检测,另外在速度上进行了改进-The source code can run, used to extract the hog characterized as pedestrian detection, another improvement in the speed
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:352858
    • 提供者:yaoyao
  1. OpencvUIDlg2.1

    0下载:
  2. OpenCV实现的HOG与粒子滤波器的行人跟踪-The OpenCV implementation the HOG particle filter pedestrian tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:3636927
    • 提供者:
  1. OpenCV_HOG_Qt

    0下载:
  2. OpenCV2.4.3,Qt5.0.2,HOG行人检测程序。如果环境没有什么问题的话拿到就能用。-OpenCV2.4.3, Qt5.0.2, HOG pedestrian detection procedures. If the environment does not get any questions you can use.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:7989
    • 提供者:赵峰
  1. hog

    0下载:
  2. 用于行人检测,系统再带的hog算法,建立可执行文件,就可以检测图片中的行人了。-pedestrian detection。
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18063284
    • 提供者:小蘑菇
  1. People_detection

    0下载:
  2. Linux下利用Opencv实现的行人检测算法!程序简答主要用的是opencv中SVM+HOG算法!-Linux using pedestrian detection algorithm Opencv realize! Program short answer is mainly used in the SVM+ HOG opencv algorithm!
  3. 所属分类:OpenCV

    • 发布日期:2016-01-27
    • 文件大小:50176
    • 提供者:秦朗
  1. HOG_OpenCV

    1下载:
  2. HOG即histogram of oriented gradient, 是用于目标检测的特征描述子,该技术将图像局部出现的方向梯度次数进行计数,该方法和边缘方向直方图、scale-invariant feature transform类似,不同的是hog的计算基于一致空间的密度矩阵来提高准确率。Navneet Dalal and Bill Triggs首先在05年的CVPR中提出HOG,用于静态图像or视频的行人检测。-HOG i.e. histogram of oriented gradien
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1754323
    • 提供者:王飞
  1. hog_detect

    0下载:
  2. 利用opencv中的hog算法模块,对单张图片进行行人检测-Using the hog algorithm in the opencv module, and pedestrian detection in a single image
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19901053
    • 提供者:asd
  1. hogPlbpPsvm

    0下载:
  2. 该代码是通过opencv来实现结合hog和lbp特征,通过支持向量机来进行分类决策时实现行人的检测代码,有兴趣的同学可以下载参考下!-The code is done by opencv combined with the feature of hog and LBP, by support vector machine (SVM) classification decisions to achieve the pedestrian detection code, students are in
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:56690
    • 提供者:jane
  1. hog

    0下载:
  2. hog训练和分类的程序,hog特征可以用于行人检测,这个程序包括训练和分类 欢迎下载-hog training and classification procedures, hog feature can be used for pedestrian detection, this program includes training and classification Welcome to download
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2264
    • 提供者:yql
  1. SVM_Train_Predict_HOG

    1下载:
  2. 基于HOG+SVM行人检测,有训练好的文件,也有训练的过程,精读的话一般般,提供一种检测的思路-HOG+ SVM-based pedestrian detection, trained good document, but also the training process, intensive reading, then a general, to provide a detection idea
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:24917718
    • 提供者:李杰
  1. hog

    0下载:
  2. 该代码是基于opencv的行人检测代码,自己加了些注释,希望对大家有所帮助-The code is based on the opencv pedestrian detection code, added some notes, we want to help
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:31498
    • 提供者:vip3
  1. HOGCompute

    0下载:
  2. 根据2005年Dalal提出HOG特征计算原理,自己编写了HOG特征提取算法,此特征可以用于目标检测中,包括行人检测,采用编程语言为C++,采用视觉库为opencv(According to the principle of HOG feature calculation proposed by Dalal in 2005, HOG feature extraction algorithm has been compiled. This feature can be used in object
  3. 所属分类:OpenCV

    • 发布日期:2017-12-25
    • 文件大小:7741440
    • 提供者:zouwit
搜珍网 www.dssz.com