Vista     Main Page   Class List   Function List   File List   Examples  


CMotion2DPyramid.h File Reference

File to include to use CMotion2DPyramid. More...

#include <iostream>
#include <Motion2D.h>

Go to the source code of this file.

Compounds

class  CMotion2DPyramid
 The CMotion2DPyramid class provides image pyramids. More...


Enumerations

enum  TPyramidError {
  PYR_NO_ERROR = 0, PYR_NOT_ALLOCATED = -1, PYR_LEVEL_NOT_ACCESSIBLE = -2, PYR_TOO_MUCH_LEVELS = -3,
  PYR_ALLOCATION_DONE = -4, PYR_NOT_ENOUGH_MEMORY = -5, PYR_NOT_BUILD = -6
}


Detailed Description

File to include to use CMotion2DPyramid.


Enumeration Type Documentation

enum TPyramidError
 

Error code values associated to the CMotion2DPyramid class.

Enumeration values:
PYR_NO_ERROR  No error detected.
PYR_NOT_ALLOCATED  Pyramid not allocated and not constructed.
PYR_LEVEL_NOT_ACCESSIBLE  Pyramid level not accessible.
PYR_TOO_MUCH_LEVELS  Too much levels to construct.
PYR_ALLOCATION_DONE  Memory pyramid is allocated yet.
PYR_NOT_ENOUGH_MEMORY  Not enough memory.
PYR_NOT_BUILD  Can not build the pyramid.


Motion2D is Copyright © 1995-2005 by Inria
This documentation was generated on 31 Jan 2005 by Fabien Spindler for Motion2D 1.3.11 using doxygen1.2.18 written by Dimitri van Heesch, © 1997-2005