Main Page | Class Hierarchy | Class List | Directories | Class Members

MntVectorImage Class Reference

A vector image is very similar to byte image, except that each atomic component is two integer (x,y) instead of a byte. More...

#include <mnt_vector_image.h>

Inheritance diagram for MntVectorImage:

MntImage List of all members.

Public Member Functions

 MntVectorImage (int, int)
 MntVectorImage (MntVectorImage *, int, int, int, int)

Public Attributes

MntVector * firstVector_

Detailed Description

A vector image is very similar to byte image, except that each atomic component is two integer (x,y) instead of a byte.

See mnt_byte_image.h for details description of an _image_ in general.

The vector stores a downward and rightward motion vector. Two flags exists and useprev indicates the following: exists: 1, useprev: 0 -- the vector is encoded. exists: 0, useprev: 0 -- no vector available (e.g. intracoded). down == right == 0. exists: 0, useprev: 1 -- the vector is not encoded, but takes the value of previous vector (B frame)


Member Data Documentation

MntVector* MntVectorImage::firstVector_
 

Pointer to the first vector


The documentation for this class was generated from the following files:
Generated on Wed Sep 14 12:37:13 2005 for mnt by  doxygen 1.4.4