MntImage Class Reference
An MntImage class is an abstract class for an "image" of any type.
More...
#include <mnt_image.h>
Inheritance diagram for MntImage:
List of all members.
Detailed Description
An MntImage class is an abstract class for an "image" of any type.
An image, is a 2D array of elements, where elements can be simple type (such as byte, bit, real number) or complex types (such as vector or DCT blocks). MntImage did not define the type of the element in this 2D array. Subclass of this type is expected to define the type.
An image can be either "physical" or "virtual". A physical image has memory allocated to it, while a virtual image has borrowed its memory from somewhere else, for instance, a BitStream or another MntImage. In the case where this image borrows its memory from another image, the image where the memory is borrowed from is called "parent".
Member Data Documentation
|
height of this image, in unit of image element |
|
0 indicates buffer is real, 1 indicates virtual |
|
height and width of the parent buffer |
|
width of this image, in unit of image element |
|
x origin of buffer w.r.t. parent |
|
y origin of buffer w.r.t. parent |
The documentation for this class was generated from the following file:
Generated on Wed Sep 14 12:37:12 2005 for mnt by
1.4.4