本文介绍了kinect图像的人脸跟踪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您好,
我正在尝试对从Kinect拍摄的图像使用脸部追踪。这意味着,我有cv Mat格式的图像,深度和颜色。现在我想在面部跟踪中使用它们,而不需要kinect。有可能吗?
I'm trying to use face tracking on images that i've taken from Kinect. Which means, i have both images, depth and color in cv Mat format. And now i want to use them in the face tracking, without having the kinect. Is it possible?
谢谢,
Claudia
推荐答案
我想使用Kinect SDK面部跟踪, 你必须有一个Kinect插件。如果你想使用OpenCV进行面部追踪,则不是必须的。
I you want to use the Kinect SDK face tracking, you must have a Kinect plugged. If you want to do face tracking using OpenCV, it is not mandatory.
最好,
Doms。
这篇关于kinect图像的人脸跟踪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!