⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 人头跟踪算法
💻
字号:
This software for the headtracking system described in CVPR'98 waswritten in the summer of 1997 at Autodesk using Microsoft's VisualC++.  Unfortunately, the code is not in working condition anymorebecause it uses an Image class and a couple of library routines thatwere and still are proprietary.  However, the functionality of theimage class and library routines should be fairly evident from thecode, so the system should be able to be put in working order withonly a reasonable amount of effort (I believe that the only routinesused were Gaussian and gradient convolution; smoothImage() andcomputeGradient() have been added to track.cpp to make it easier toreplace the proprietary routines).  At any rate, the algorithm itselfis very simple and can be reimplemented from scratch in a matter of acouple of weeks.The file HeadtrackerDlg.cpp contains the interfacing code.  Whetherthe system is acquiring images from the live camera feed or is readingimages from previously stored BMP files, the functionTrackAndDisplay() is called each time a new image becomes available.This function then calls the function track() in track.cpp, which in turn calls SearchForHead().  At startup time, the function InitTracker() must be called.  All other routines are subordinate, I believe.I hope that you are able to get the system running without too mucheffort and that it lives up to its expectations.  Please let me knowif you have simple questions or problems.Stan Birchfieldbirchfield@cs.stanford.eduhttp://vision.stanford.edu/~birchJuly 13, A.D. 1998

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -