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

搜索资源列表

  1. KALMANPI

    1下载:
  2. kalman跟踪行人,再视频场景中检测到行人的存在,并用红色矩形框对行人进行跟踪。-pedestrian tracking using kalman filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6840734
    • 提供者:莉莉
  1. haarcascade_fullbody

    0下载:
  2. opencv提供的行人检测分类器。可以在图像中检测到行人的位置-opencv provide pedestrian detection classifier. Can be detected in the image location of the pedestrian
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-21
    • 文件大小:70017
    • 提供者:xingjunfeng
  1. Gavrila

    0下载:
  2. 经典gavrila行人检测论文集 介绍了基于形状模板匹配的行人检测算法和改进-human detection
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:12728030
    • 提供者:tll
  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
    • 文件大小:2952246
    • 提供者:kld
  1. learcode

    0下载:
  2. 行人检测源程序,居于svm技术。和梯度直方图提取-Pedestrian Detection source, living in SVM technology. And gradient histogram extraction
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1651653
    • 提供者:李可
  1. meanshiftkalman

    0下载:
  2. meanshiftkamen实现的运动目标跟踪,可用于行人与车辆!-Sports meanshiftkamen implementation of target tracking, can be used for pedestrians and vehicles!
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:17095
    • 提供者:李建
  1. HoGnew

    0下载:
  2. 基于数字视频处理的图像中的行人检测代码里面十分重要的梯度直方图提取技术的代码.-Digital video processing based on images of the importance of pedestrian detection code inside the gradient histogram extraction code.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-23
    • 文件大小:3933
    • 提供者:YU
  1. ALidarandVisionbaseApproachforPedestrianandVehicle

    0下载:
  2. 这个在IEEE上下载的关于基于视频图像的车辆行人检测跟踪系统,对毕业设计有帮助-IEEE downloaded this on video images based on detection of vehicles and pedestrians tracking system designed to help graduate
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:819185
    • 提供者:kelly1
  1. hog

    0下载:
  2. 鉴于目标的特征提取,一种采用HOG作为特征的行人检测方法-Histograms of Oriented Gradients for Human Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:208179
    • 提供者:hog文献
  1. project

    0下载:
  2. 人形目标检测与跟踪,对于视频图像,用方框或椭圆标出检测出的行人运动目标,以实现对目标的跟踪; -Humanoid target detection and tracking, for the video images, using the box or oval marked pedestrian moving targets detected in order to achieve the target tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8622854
    • 提供者:张晓风
  1. Imagebased

    0下载:
  2. 基于图像的行人检测方法研究,基于图像的行人检测方法研究-Image-based pedestrian detection method, image-based Pedestrian Detection
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:641154
    • 提供者:qyh
  1. AWalker

    0下载:
  2. 行人检测 跟踪 Physics-based Person Tracking Using the Anthropomorphic Walker
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:45857
    • 提供者:lwen
  1. PedestrianDetection

    0下载:
  2. 此代码的功能是实现运动中的行人检测,采用VC开发环境编写,代码简洁易懂。-The function of this code is to achieve movement of the pedestrian detection, written by VC development environment, code easy to read.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:935173
    • 提供者:王飞
  1. Pedestrian-Detection

    0下载:
  2. 一份解析关于智能车辆的行人检测技术研究,是入门接触的不错的资料-Analysis of a pedestrian on the intelligent vehicle detection technology, is a good entry information contact
  3. 所属分类:Development Research

    • 发布日期:2017-03-24
    • 文件大小:3973
    • 提供者:zhangbingbing
  1. CODE

    0下载:
  2. 该程序代码用于行人检测与计数,能在复杂环境下运行。-The program code for pedestrian detection and counts, can run in a complex environment.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:34739
    • 提供者:chen
  1. pedestrians128x64.tar

    2下载:
  2. MIT行人检测数据库,包含了924副行人图像。是计算机视觉领域的重要数据库。-MIT pedestrian detection database, contains 924 pedestrian images. Is an important field of computer vision database.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10843136
    • 提供者:liutingting
  1. HOG

    0下载:
  2. 该代码用于各种图像的HOG特征提取,以进一步训练分类器进行行人检测,不错的-HOG for a variety of image feature extraction, in order to further training classifier Pedestrian Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3845
    • 提供者:lili
  1. ped_detector_RELEASE.tar

    0下载:
  2. 基于分层的HOG的行人检测,具有很高的研究价值。-HOG based pedestrian detection layered with high research value.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5712217
    • 提供者:rundy
  1. PedestrianDetectionHoG

    0下载:
  2. HOG特征行人检测 SVM支持向量机 分类-HOG feature pedestrian detection SVM support vector machine classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2639892
    • 提供者:gege
  1. 1

    0下载:
  2. 巴基斯坦人做的拥挤行人检测与轨迹跟踪的硕士论文,基于opencv-Master degree thesis about DETECTION AND TRACKING OF MULTIPLE HUMANS IN HIGH-DENSITY CROWDS
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:6105088
    • 提供者:Harley Chen
« 1 23 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com