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

搜索资源列表

  1. PeDetect.rar

    0下载:
  2. 视频图像中,行人检查的源代码。利用人体形状特征做特征识别。利用运动物体检测得到初始识别区域。,Video images, pedestrian check the source code. Characteristics of the human body shape to do feature recognition. Detection of moving objects using the region to be the initial identification.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:6295
    • 提供者:LP
  1. Mean-Shift-Tracking

    0下载:
  2. 这是一份用行人轮廓的分布直方图分类和识别步态的资料,不错的资料-This is a histogram with the pedestrian profile information classification and gait recognition, good information
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:441895
    • 提供者:zhangbingbing
  1. mutitrack-bgr_pf

    0下载:
  2. 基于背景减除的行人跟踪,识别率还算说的过去-Pedestrian tracking based on background subtraction, the recognition rate still said in the past
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6345611
    • 提供者:张军
  1. 1

    0下载:
  2. 计算机视觉行人识别的方法综述,觉得挺好的,提供给大家学习 大家多多交流 相互学习-Methods for pedestrian recognition, available to everyone to learn more exchanges we learn from each other
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:282196
    • 提供者:孟锦豪
  1. person-recognition

    0下载:
  2. 15篇关于人数检测,行人检测,运动目标检测的论文一次完全打包倾情奉献,均是在收费的地方下载的,不是收集的免费文档!-15 on the number of pedestrian detection, motion detection, object detection article Qingqing packaging dedication! Writing the graduation thesis material! All charges is not the place to down
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-20
    • 文件大小:32307693
    • 提供者:徐盼盼
  1. person-recognition-english-thesis

    0下载:
  2. 23篇关于人数检测,行人检测,运动目标检测的英文论文一次完全打包倾情奉献,均是在收费的地方下载的,不是收集的免费文档!-23 on the number of pedestrian detection, moving target detection, detection of the English papers a fully packaged portrait of dedication, all is in charge of place to download, not the col
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-19
    • 文件大小:29003919
    • 提供者:徐盼盼
  1. Automatic-Recognition-Hausdorff

    0下载:
  2. 一篇介绍图像识别中基于Hausdorff 距离的行人 步态自动识别方法的学术论文.-The article on image recognition based on Hausdorff distance of pedestrian gait Automatic identification papers.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1673131
    • 提供者:刘伟豪
  1. pedestrianMatching

    2下载:
  2. 跨摄像头行人识别是目前摄像头网络智能监控的一个重点研究方向。通过对不同摄像头中出现的行人进行匹配,可以实现跨摄像头的行人跟踪,有效的扩大监控的视野,同时能对行人在整个监控区域内的行为有着更加清晰的把握。 由于在不同的摄像头中,光照条件不同、行人的姿势以及尺度不同、遮挡等等,使得行人的匹配极具挑战性。在本文件中,我主要研究通过行人的表观特征进行识别,例如颜色、纹理等等。用matlab GUI 编写了程序 -Pedestrian recognition of the inter-camera
  3. 所属分类:Special Effects

    • 发布日期:2016-05-22
    • 文件大小:7747584
    • 提供者:黄晓明
  1. Recognition

    0下载:
  2. c++实现的HoG行人检测程序,优化了部分代码,且仿真可执行。-c++ HoG pedestrian detection procedures implemented to optimize the part of the code, and the simulation executable.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1879102
    • 提供者:Nancy
  1. Person-Re-Identification

    0下载:
  2. 讲述了行人在识别技术的内容,前沿技术以及相关的方法-It tells the pedestrian content recognition technology, cutting-edge technology and related methods
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13105221
    • 提供者:xj
  1. piotr_toolbox

    2下载:
  2. 利用MATLAB实现了视频图像行人识别与检测,(Using MATLAB to achieve video image pedestrian recognition and detection,)
  3. 所属分类:图形图像处理

  1. OpenCV3__SVM__HOG

    0下载:
  2. 目标识别,有着详细说明的代码,可以仔细阅读一下,OpenCV3,C++(Pedestrian recognition)
  3. 所属分类:OpenCV

    • 发布日期:2018-05-03
    • 文件大小:4096
    • 提供者:321哈哈哈123
  1. hog-feature

    1下载:
  2. 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检测的特征描述子。它通过计算和统计图像局部区域的梯度方向直方图来构成特征。Hog特征结合SVM分类器已经被广泛应用于图像识别中,尤其在行人检测中获得了极大的成功。需要提醒的是,HOG+SVM进行行人检测的方法是法国研究人员Dalal在2005的CVPR上提出的,而如今虽然有很多行人检测算法不断提出,但基本都是以HOG+SVM的思路为主(The Histogram
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:162816
    • 提供者:赵阿敏
  1. matlab环境下的步态识别代码及视频序列

    2下载:
  2. 行人重识别 光流法 步态能量图 文件处理 归一化 步态识别(Pedestrian recognition, optical flow method, gait energy diagram, document processing, normalized gait recognition)
  3. 所属分类:图形图象

    • 发布日期:2020-03-14
    • 文件大小:5189632
    • 提供者:言西早雨
  1. example.tar

    0下载:
  2. 多个视角 124个行人 光流法 步态能量图 步态识别(Gait recognition of gait energy map based on 124 pedestrian optical flow methods from multiple perspectives)
  3. 所属分类:图形图像处理

    • 发布日期:2021-01-30
    • 文件大小:1601536
    • 提供者:言西早雨
搜珍网 www.dssz.com