Face Tracking

2 次查看(过去 30 天)
Divya Muralitharan
Divya Muralitharan 2011-9-23
Hai .... I am in need of tracking the face in an video by means of mean shift based object tracking...can any one help me ??? I had a code which works best for QCIF format avi files...But its giving error for other format of avi files as...
Warning: AVIREAD will be removed in a future release. Use MMREADER instead.
> In aviread at 29
In new at 6
??? Error using ==> aviread at 84
Unable to locate decompressor to decompress video stream
Error in ==> new at 6
xyloObj = aviread('Exvideo.avi');
How could i overcome this???
  2 个评论
Prasad Kalane
Prasad Kalane 2013-11-3
then instead of aviread use mmreader or VideoReader depending on your MATLAB version
Walter Roberson
Walter Roberson 2013-11-3
Are you using a 64 bit MATLAB? If so then you do not have access to some decompressors, as some of them are available only for 32 bit MATLAB. Some of them are not installed by default in 64 bit Windows 7 or 64 bit Windows 8, as they are not compatible with 64 bit operation and could only work in 32 bit emulation mode. You would have to find a download site for the 32 bit codecs for that case.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by