Data Structures | |
struct | TDoubleProjection |
Defines an entry of a projection value. More... | |
struct | TEdgeResult |
Defines an edge search result. More... | |
struct | TLongProjection |
Defines an entry of a projection value. More... | |
Typedefs | |
typedef void * | EDGERESULTS |
Edge results object handle. More... | |
typedef cvbuint8_t * | NORMPROJECTION |
Defines a buffer for a normalized projection. More... | |
typedef TDoubleProjection * | pDoubleProjection |
Defines an array of projection values TDoubleProjection. More... | |
typedef TEdgeResult * | PEdgeResult |
Defines an array of search results TEdgeResult. More... | |
typedef TLongProjection * | pLongProjection |
Defines an array of projection values TLongProjection. More... | |
typedef cvbuint32_t * | PROJECTION |
Defines a buffer for a projection. More... | |
typedef void * | PROJECTIONEX |
ProjectionEx object handle. More... | |
Enumerations | |
enum | TEdgePolarity { POLARITY_DONT_CARE = 0 , POLARITY_POSITIVE = 1 , POLARITY_NEGATIVE = 2 } |
Defines the polarity of an edge (gradient to look for). More... | |
typedef void* EDGERESULTS |
Edge results object handle.
typedef cvbuint8_t* NORMPROJECTION |
Defines a buffer for a normalized projection.
typedef TDoubleProjection* pDoubleProjection |
Defines an array of projection values TDoubleProjection.
See TDoubleProjection for more information.
typedef TEdgeResult* PEdgeResult |
Defines an array of search results TEdgeResult.
See TEdgeResult for more information.
typedef TLongProjection* pLongProjection |
Defines an array of projection values TLongProjection.
See TLongProjection for more information.
typedef cvbuint32_t* PROJECTION |
Defines a buffer for a projection.
typedef void* PROJECTIONEX |
ProjectionEx object handle.
enum TEdgePolarity |
Defines the polarity of an edge (gradient to look for).