Typedefs | |
typedef void * | ANGLE |
Pointer to angle object (with an automatic wraparound at -Pi and Pi). | |
typedef void * | CIRCLE2D |
Pointer to circle object. | |
typedef void * | IMGMOMENTS |
Pointer to moments calculator object. | |
typedef void * | LINE2D |
Pointer to 2D-line object (infinite). | |
typedef void * | OPTFLOWLK |
Handle to an Optical Flow state object. . | |
typedef void * | VECTOR2D |
Pointer to 2D-vector object (either origin vectors or axial vectors). | |
typedef void* ANGLE |
Pointer to angle object (with an automatic wraparound at -Pi and Pi).
Handle to objects that may be used to perform 2D geometric operations on them.
typedef void* CIRCLE2D |
Pointer to circle object.
Handle to objects that may be used to perform 2D geometric operations on them.
typedef void* IMGMOMENTS |
typedef void* LINE2D |
Pointer to 2D-line object (infinite).
Handle to objects that may be used to perform 2D geometric operations on them.
typedef void* OPTFLOWLK |
typedef void* VECTOR2D |
Pointer to 2D-vector object (either origin vectors or axial vectors).
Handle to objects that may be used to perform 2D geometric operations on them.