资源简介
利用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.xm
文件 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个文件信息
- 上一篇:计算机网络技术国防科大教材课件
- 下一篇:FPGA信号源设计
相关资源
- 基于OpenCV的数字识别468815
- 使用opencv去掉二值化图像中黑色面积
- opencv环境配置
- win10 64位下编译的opencv4.5.5库,opencv
- NVIDIAOpticalFlowSDK-79c6cee80a2df9a196f20afd6
- opencv_contrib-3.4.0.zip
- opencv2.4.9源码分析——SIFT
- 用两个摄像头实现,双目标定,双目
- opencv_traincascade训练分类器,手势识别
- opencv3.0交叉编译用parallel.cpp
- 基于opencv的图像识别识别图像中的色
- 基于openCV的识别特定颜色区域
- 基于OpenCV的分水岭算法实现
- QT+opencv+OCR 身份证号码,银行卡号识别
- opencv视频特定颜色区域识别
- 把RGB转换为HSV和HSI然后根据黄色和蓝
- opencv视觉测距
- 基于Qt和opencv的身份证号码识别系统
- opencv_ffmpeg249.dll
- SfM稀疏三维点云重建--完整工程文件
- 基于opencv的数人头程序源代码
- 利用OpenCV中的Stitcher类实现全景图像拼
- opencv实现的sift算法源码,包含了图像
- openCV 上的小波变换
- 基于OPENCV的车牌识别系统设计
- 617张国内车牌60-17bmp图片用于OpenCV正样
- hog特征提取,c版本代码
- 基于Qt5.8+OpenCV3.2的Basler多相机触发开
- 基于Opencv实现的图像纠偏
- ImageWatch2019.vsix
评论
共有 条评论