English 中文(简体)
How to implement Webcam effects?
原标题:

And now for some fun... I d like to reproduce the technology behind Logitech Video Effects as seen here: http://www.youtube.com/watch?v=7qZLgA2g7Ow4

How do they track the user s head, eyes and mouth (in read-time no less)? Are there any publications on the algorithms behind this technology?

最佳回答

They are using a "computer vision" library such as OpenCV

问题回答

暂无回答




相关问题
How to implement Webcam effects?

And now for some fun... I d like to reproduce the technology behind Logitech Video Effects as seen here: http://www.youtube.com/watch?v=7qZLgA2g7Ow4 How do they track the user s head, eyes and mouth (...

Are there any algorithms for removing lighting from a video?

Are there any algorithms for removing lighting from video? I have a video in which some objects are too strongly lit. How might I remove lighting from that objects without corrupting the entire video?

Solid FFmpeg wrapper for C#/.NET

I have been searching the web for some time for a solid FFmpeg wrapper for C#/.NET. But I have yet to come up with something useful. I have found the following three projects, but all of them apears ...

How to perform video editing with Silverlight?

I would like to port an ActiveX of mine (to Silverlight) that have the following features: Embedding a logo image in any video file. Embedding subtitles in any video file. Cropping any video file (...

stitching videos together using ffmpeg on the command line

Does anybody know how to stitch two (or more) videos together using ffmpeg (or another cli)? This is assuming that all the videos are in the same format and the video format being used allows for ...

Using C++ in xcode for image and video processing

I am studying in the area of image and video processing - specifically in the field of pattern recognition (objects, people etc.). I wish to use a programming language to apply the transformation to ...

热门标签