python - 使用 Python 进行网络摄像头运动跟踪

标签 python motion-detection

有没有一种简单的方法可以跟踪网络摄像头中单个实体的 Action ?例如,我想象一个“hello world”应用,食指用作鼠标指针。

我意识到在这个领域还有很多基础研究,所以现在期待一个易于使用的通用抽象可能还为时过早。

为了完整起见,我看到了一些相关但较低级别(和非 Python)的项目被提及,包括 AForge , WiimoteLiban article on motion detection algorithms .

最佳答案

您可能想看看 http://opencv.willowgarage.com/wiki/PythonInterface .我不确定进行任意运动跟踪会有多困难,但实现面部跟踪相当简单。

关于python - 使用 Python 进行网络摄像头运动跟踪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2348151/

相关文章:

c++ - OpenCV : How to find the center of mass/centroid for motion information

python - 如何交换 Dataframe 中的特定列值?

Python 3,循环中的变量

Python:Scikit Learn MLPClassifier 放入管道时出错

linux - 使用raspi相机进行树莓派运动检测

opencv - 3D刚性变换的组合

python - 如何使用 python 将特定的视频帧保存到文件夹中?

Python 使用累加器和任意 lambda 函数减少?

python - 为什么 Python 文档将 [1, 2] 称为列表 "display"而不是 "literal"?

Android MotionEvent 只检测 ACTION_MOVE