#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 } |
|
Error code values associated to the CMotion2DPyramid class.
|