User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
DPImageCifBaseBodyC::DPImageCifBaseBodyC(const StringC &)
DPImageCifBaseBodyC::DPImageCifBaseBodyC(const Index2dC &)
DPImageCifBaseBodyC::SetupForVariant(const StringC &)
DPImageCifBaseBodyC::SetupForVariant(const Index2dC &)
DPImageCifBaseBodyC::CalcOffset(UIntT) const
DPImageCifBaseBodyC::CalcOffset(IntT) const
DPImageCifBaseBodyC::SetSequenceSize(UIntT)
DPImageCifBaseBodyC::SeqSize(void) const
DPImageCifBaseBodyC
 
Basic information about a cif file
 
include "amma/Image/ImgIOCif.hh"
User Level:Default
Library:VidIO
Example:exImgSeq.cc
Section:Image.Image IO
In Scope:std

Derived Classes:

Variables:
Methods:
DPImageCifBaseBodyC(const StringC & suffix = "cif")
Constructor.
This constructs with the basic cif format.

DPImageCifBaseBodyC(const Index2dC & size)
Constructor.
This constructs with the basic cif format.

BooleanT SetupForVariant(const StringC & suffix)
Setup for cif variant.
str should be one of : sqcif,qcif,cif,4cif,16cif

BooleanT SetupForVariant(const Index2dC & size)
Setup for cif variant.
Where size in the size of the Y image.

UIntT CalcOffset(UIntT frameNo) const
Calculate the offset of a frame.

IntT CalcOffset(IntT frameNo) const
Calculate the offset of a frame.

void SetSequenceSize(UIntT val)
Set the sequence size.

UIntT SeqSize() const
Get the sequence size.


Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001