登录
首页 » Visual C++ » HOG

HOG

于 2020-06-25 发布 文件大小:10343KB
0 176
下载积分: 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 个回复

  • kmeans
    kmeans算法实现,对图像处理。亲自使用过,可用,供参考。(Kmeans algorithm for image processing.)
    2013-10-17 10:57:41下载
    积分:1
  • weighted-least-squares-filter
    基于加权最小二乘最优化框架的滤波器。可用于实现图像的分层编辑。(Weighted least square)
    2021-04-22 10:28:48下载
    积分:1
  • VCPP-image-processing-chapter09
    VisualC++数字图像处理技术详解第2版-光盘 第九章(VisualC++ digital image processing technology Detailed Version 2- CD Chapter IX)
    2016-04-16 13:59:03下载
    积分:1
  • MatchLSM
    1.打开左右两张影像2.Harris算法提取同名点3.显示提取同名点(若要进行下一步匹配则不建议显示,这里只是用于查看是否提取出)4.相关系数匹配(只在找出的同名点内匹配)5.LSM最小二乘匹配(先进行粗匹配,再精匹配)(1 Open the left and right images 2.Harris algorithm to extract two tie points 3 shows the extraction of corresponding points (not recommended to proceed to the next match show, here is used to see if extracted) 4. Correlation coefficient matching (just looking match within a point of the same name) 5.LSM least squares matching (rough first match, then fine match))
    2013-08-28 15:45:57下载
    积分:1
  • 2-8
    一个基于MFC窗口的具有图形图像处理的功能的MFC程序,可对图像灰度,滤波等处理好功能(MFC program has a function of image processing based on MFC window can be a good feature for grayscale images, filtering and other processing)
    2014-12-09 23:27:23下载
    积分:1
  • VCdetuxingchuli
    VC的图形处理以及简单的程序设计,简单易懂(VC graphics processing and simple program design, simple and understandable )
    2011-12-13 16:41:34下载
    积分:1
  • Fcorrnerdeteeo
    用于摄像机标定的Harris角点检测代码码。能达到亚像素精度。压缩包内附说明文档。 (Harris corner detection for camera calibration code code. To achieve sub-pixel accuracy. The compressed package included documentation.)
    2020-11-11 15:29:46下载
    积分:1
  • Seg_soble
    sobel segmentation, this algorithme has a great effect for segmenting
    2015-01-25 18:02:39下载
    积分:1
  • aaadfsdlkfjsdklf2008
    基于SIFT特征的遥感影像自动配准.rar (SIFT-based remote sensing image characteristics of automatic registration. Rar)
    2008-06-21 19:50:00下载
    积分:1
  • shuiguojiance_vcPP
    基于图像处理,vc++平台的水果识别。通过亮度调整,梯度处理,边缘图像,边界跟踪,计算颜色形状等,计算出结果。(Based on image processing, fruit recognition vc++ platform. Through the brightness adjustment, gradient, edge image, boundary tracking, calculation of color shape, the calculated results. )
    2014-11-12 10:24:13下载
    积分:1
  • 696518资源总数
  • 104824会员总数
  • 34今日下载