• 大小: 4.19MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-19
  • 语言: 其他
  • 标签: opencv  姿态检测  

资源简介

利用opencv做的人物姿态检测,采用了SVM训练样本

资源截图

代码片段和文件信息

///////////////////////////////////////////////////////////////////////////
// BrowseCtrl.cpp
//
// CBrowseCtrl is a CButton derived control used to let the user browse for
// files or folders on their systems.
//
// CBrowseCtrl integrates an edit-box and a browse-button together so the
// develops only need to maintain one control in their projects instead of two.

// Moreover CBrowseCtrl draws its own “build-in“ images on the browse-button
// without requiring the developers to include any extra icon bitmap or other
// image resources.
//
// Written by Abin (abinn32@yahoo.com)
//
// History:
// 
// Jan 08 2004 - Initial public release.
// Jan 09 2004 - 1 Improved drawing functions to properly handle the case in
//                   which the control client area is too small to be drawn.
//                   In debug mode it will provide a message box to inform the
//                   developer about that issue.
//                2 Improved the edit box so it acts better upon receiving and
//                   losing the input focus. 
// Jan 10 2004 - 1 Fixed a problem where the edit bix is not properly redrawn
//                   in some mouse events. Thanks to JOHN11.
//                2 Added method “GetSelectedCount“ which returns the number of
//                   items the user has selected in the most recent file/folder
//                   dialog that was terminated by IDOK.
//                3 Improved the mouse/focus events monitoring functions.
//                4 Fixed a drawing glitch when the user clicks on the edges of
//                   the edit box.
//                5 Changed the drawing rects calculating methods for performance
//                   improvement.
// Jan 14 2004 - 1 Updated “SetPathName“ and “GetPathName“ member functions.
//                2 Altered the message sending method so the lparam is now a
//                   pointer to this CBrowseCtrl object.
// Jan 22 2004 - 1 Added methods to monitor whether the user has manually changed
//                   the contents of the edit box when BC_CTL_ALLOWEDIT is set. The
//                   return value of “GetPathName“ will also be properly affected.
//                2 The window titles of file/folder dialogs can now be accessed
//                   by calling “SetDialogtitle“ and “GetDialogtitle“.
//                3 The banner text of folder dialogs can now be accessed by calling
//                   “SetDialogBanner“ and “GetDialogBanner“.
//                4 Added method “ModifyButtonstyle“ to allow convenient style changing.
// Feb 07 2004 - 1 Improved drawing functions so that images/text are partially drawn
//                   if there is not enough space.
//
/////////////////////////////////////////////////////////////////////////// 

#include “stdafx.h“
#include “BrowseCtrl.h“
#include 
#include 

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        702  2011-03-17 10:55  wizard2000 - 副本\blas\blas.h

     文件      16460  2011-03-17 10:55  wizard2000 - 副本\blas\blasp.h

     文件       1229  2011-03-25 15:54  wizard2000 - 副本\blas\daxpy.c

     文件       1235  2011-03-25 15:55  wizard2000 - 副本\blas\ddot.c

     文件       1352  2011-03-25 15:55  wizard2000 - 副本\blas\dnrm2.c

     文件       1059  2011-03-25 15:55  wizard2000 - 副本\blas\dscal.c

     文件        300  2011-03-17 10:55  wizard2000 - 副本\blas\Makefile

     文件      38132  2011-03-17 10:55  wizard2000 - 副本\BrowseCtrl.cpp

     文件      12905  2011-03-17 10:55  wizard2000 - 副本\BrowseCtrl.h

     文件        447  2011-03-17 10:55  wizard2000 - 副本\config.xml

     文件      53248  2011-03-17 10:55  wizard2000 - 副本\Drawing1.vsd

     文件       2171  2011-03-17 10:55  wizard2000 - 副本\HardwarePage.cpp

     文件       1439  2011-03-17 10:55  wizard2000 - 副本\HardwarePage.h

     文件      41201  2011-03-17 10:55  wizard2000 - 副本\linear.cpp

     文件        346  2011-03-17 10:55  wizard2000 - 副本\linear.def

     文件       1906  2011-03-17 10:55  wizard2000 - 副本\linear.h

     文件      62976  2011-03-17 10:55  wizard2000 - 副本\main_process.vsd

     文件       1253  2011-03-17 10:55  wizard2000 - 副本\MasterDlg.cpp

     文件       1255  2011-03-17 10:55  wizard2000 - 副本\MasterDlg.h

     文件      12096  2011-03-17 10:55  wizard2000 - 副本\NewWizDialog.cpp

     文件       2578  2011-03-17 10:55  wizard2000 - 副本\NewWizDialog.h

     文件       3959  2011-03-17 10:55  wizard2000 - 副本\NewWizPage.cpp

     文件       2122  2011-03-17 10:55  wizard2000 - 副本\NewWizPage.h

     文件       2413  2011-03-17 10:55  wizard2000 - 副本\PrinterPage.cpp

     文件       1374  2011-03-17 10:55  wizard2000 - 副本\PrinterPage.h

     文件      37109  2011-05-10 09:19  wizard2000 - 副本\ProgressBarPage.cpp

     文件       1249  2011-03-17 10:55  wizard2000 - 副本\ProgressBarPage.h

     文件       3430  2011-03-17 10:55  wizard2000 - 副本\psmall.bmp

     文件       3525  2011-03-17 10:55  wizard2000 - 副本\ReadMe.txt

     文件      52410  2011-03-17 10:55  wizard2000 - 副本\res\hardware.bmp

............此处省略42个文件信息

评论

共有 条评论