登录
首页 » Visual C++ » HOG

HOG

于 2020-06-25 发布 文件大小:10343KB
0 238
下载积分: 1 下载次数: 3334

代码说明:

  基于HOG的行人检测,作者的源代码有错误,现代码已经进行了改变,并可以调试通(Histograms of Oriented Gradients for Human Detection, the writer s code has some errors, and I have correct the errors, and the code is right under C++ buidler)

文件列表:

修改过的工程
............\debug
............\.....\boost_filesystem-vc80-mt-gd-1_34_1.dll
............\.....\boost_program_options-vc80-mt-gd-1_34_1.dll
............\.....\PedestrianDetectionHoG_NET2005.exe
............\.....\PedestrianDetectionHoG_NET2005.pdb
............\.....\PedestrianDetectionHoG_NET2005_drog.exe
............\.....\PedestrianDetectionHoG_NET2005_Dump4svmlearn.exe
............\.....\svm_light_dalal.exe
............\.....\svm_light_dalal.ilk
............\.....\svm_light_dalal.pdb
............\PedestrianDetectionHoG_NET2005
............\..............................\aclocal.m4
............\..............................\app
............\..............................\...\classify_rhog.cpp
............\..............................\...\dump4svmlearn.cpp
............\..............................\...\dump_rhog.cpp
............\..............................\...\formatstream.h
............\..............................\...\Makefile.am
............\..............................\...\Makefile.in
............\..............................\...\ORIGINAL_test_library.cpp
............\..............................\...\rawdescio.cpp
............\..............................\...\rawdescio.h
............\..............................\...\test_library.cpp
............\..............................\...\windetectmain.cpp
............\..............................\...\windetectmain.h
............\..............................\AUTHORS
............\..............................\autogen.sh
............\..............................\BoostDefines.hpp
............\..............................\htm" target=_blank>bootstrap
............\..............................\buildtest.sh
............\..............................\ChangeLog
............\..............................\htm" target=_blank>cleanall
............\..............................\config.guess
............\..............................\config.h.in
............\..............................\config.h.in~
............\..............................\config.sub
............\..............................\configure
............\..............................\configure.in
............\..............................\htm" target=_blank>COPYING
............\..............................\Debug
............\..............................\.....\aligninimage.obj
............\..............................\.....\binary_format.obj
............\..............................\.....\BuildLog.htm
............\..............................\.....\classify_rhog.obj
............\..............................\.....\cmdline.obj
............\..............................\.....\colorconversion.obj
............\..............................\.....\customoption.obj
............\..............................\.....\densegrid.obj
............\..............................\.....\detectinfo.obj
............\..............................\.....\dump4svmlearn.obj
............\..............................\.....\dump_rhog.obj
............\..............................\.....\fileheader.obj
............\..............................\.....\fileutil.obj
............\..............................\.....\hard_ppresult.obj
............\..............................\.....\histprocessor.obj
............\..............................\.....\imageio.obj
............\..............................\.....\imageutil.obj
............\..............................\.....\iprocessor.obj
............\..............................\.....\list_ppresult.obj
............\..............................\.....\markimage.obj
............\..............................\.....\ms_processresult.obj
............\..............................\.....\mt.dep
............\..............................\.....\painter.obj
............\..............................\.....\PedestrianDetectionHoG_NET2005.exe.intermediate.manifest
............\..............................\.....\pimage.obj
............\..............................\.....\rawdescio.obj
............\..............................\.....\resultholder.obj
............\..............................\.....\rhogdense.obj
............\..............................\.....\svm_common.obj
............\..............................\.....\svm_hideo.obj
............\..............................\.....\svm_learn.obj
............\..............................\.....\test_library.obj
............\..............................\.....\util.obj
............\..............................\.....\vc80.idb
............\..............................\.....\vc80.pdb
............\..............................\.....\windescriptor.obj
............\..............................\.....\windetect.obj
............\..............................\.....\windetectmain.obj
............\..............................\htm" target=_blank>depcomp
............\..............................\htm" target=_blank>Doxyfile
............\..............................\HOG
............\..............................\...\model_4BiSVMLight.alt
............\..............................\htm" target=_blank>INSTALL
............\..............................\htm" target=_blank>install-sh
............\..............................\lear
............\..............................\....\blitz
............\..............................\....\.....\blitzio.h
............\..............................\....\.....\blitzutil.h
............\..............................\....\.....\ext
............\..............................\....\.....\...\convolve.h
............\..............................\....\.....\...\domainiter.h
............\..............................\....\.....\...\globalfunc.h
............\..............................\....\.....\...\Makefile.am
............\..............................\....\.....\...\Makefile.in
............\..............................\....\.....\...\numtrait.h
............\..............................\....\.....\...\promote.h
............\..............................\....\.....\...\sheardiff.h
............\..............................\....\.....\...\stdfuncs.h
............\..............................\....\.....\...\stencilop.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Sobel-Process
    索贝尔算子程序,可以对图像进行索贝尔算子处理。(Sobel process program, which can process using sobel method.)
    2012-02-28 10:07:22下载
    积分:1
  • LMD
    自己编写的数字图像处理程序,包括打开bmp图像,直方图,阈值分割,形态学处理等功能。(digital image processing procedures, including open bmp image, histogram, threshold segmentation, morphological processing and other functions.)
    2013-11-14 22:17:45下载
    积分:1
  • humantracking
    非常好的程序,能够对视频中移动目标进行跟踪(failed to translate)
    2013-05-04 15:32:37下载
    积分:1
  • smooth
    图像的平滑函数,对指定区域的图像,并有门限值和魔板大小限制。(the smooth of a bmp image)
    2013-09-19 21:16:46下载
    积分:1
  • function
    基于VC++的图像处理类,可以用于bmp文件的读写,显示(Based on the image processing VC++ classes that can be used to read and write bmp files, display)
    2013-11-18 11:16:59下载
    积分:1
  • CUDA
    将传统的串行均值滤波算法修改为基于CUDA的并行的滤波算法(Modify traditional serial mean filtering algorithm based on CUDA parallel filtering algorithm)
    2020-12-13 21:49:14下载
    积分:1
  • ship
    船舶数据处理程序,可以实现船舶任意运动姿态的数据,描绘运动轨迹,从而分析船舶运动姿态(ship data extraction)
    2020-08-31 19:28:11下载
    积分:1
  • black-and-white
    图片黑白化,使彩色图片实现黑白化功能,还能还原色彩(Black and white pictures )
    2011-06-04 09:20:25下载
    积分:1
  • laplace
    说明:  用opencv编写的视频捕捉以及边缘提取的程序,调试成功,另附调试用的avi视频,希望对大家有所帮助(Opencv prepared with video capture as well as the procedures for edge detection, debugging success, followed by the avi debug video, hope to help everyone)
    2008-09-04 20:10:07下载
    积分:1
  • Kmeans
    说明:  基于Kmeans算法的图像分割,一般Kmeans是数据挖掘中用来聚类的,本试验利用图像中的灰度值作为Kmeans算法的原始点,进行图像分割(Kmeans algorithm based on image segmentation, data mining in general Kmeans is used to clustering, the trial use of the image gray value as the original algorithm Kmeans spots for Image Segmentation)
    2021-04-06 16:49:03下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载