Foundation (TextOut.dll) 14.0
Data Types

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 TDoubleProjectionpDoubleProjection
 Defines an array of projection values TDoubleProjection. More...
 
typedef TEdgeResultPEdgeResult
 Defines an array of search results TEdgeResult. More...
 
typedef TLongProjectionpLongProjection
 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...
 

Detailed Description

Typedef Documentation

◆ EDGERESULTS

typedef void* EDGERESULTS

Edge results object handle.

Supported platforms:
Win32
Win64

◆ NORMPROJECTION

typedef cvbuint8_t* NORMPROJECTION

Defines a buffer for a normalized projection.

Attention
This type is not supported in Visual Basic 6.
Supported platforms:
Win32
Win64

◆ pDoubleProjection

Defines an array of projection values TDoubleProjection.

See TDoubleProjection for more information.

Supported platforms:
Win32
Win64
Related Topics:
TDoubleProjection

◆ PEdgeResult

Defines an array of search results TEdgeResult.

See TEdgeResult for more information.

Supported platforms:
Win32
Win64
Related Topics:
TEdgeResult

◆ pLongProjection

Defines an array of projection values TLongProjection.

See TLongProjection for more information.

Supported platforms:
Win32
Win64
Related Topics:
TLongProjection

◆ PROJECTION

typedef cvbuint32_t* PROJECTION

Defines a buffer for a projection.

Attention
This type is not supported in Visual Basic 6.
Supported platforms:
Win32
Win64

◆ PROJECTIONEX

typedef void* PROJECTIONEX

ProjectionEx object handle.

Supported platforms:
Win32
Win64
Related Topics:
GetProjectionEx, GetNormProjectionEx

Enumeration Type Documentation

◆ TEdgePolarity

Defines the polarity of an edge (gradient to look for).

Supported platforms:
Win32
Win64
Enumerator
POLARITY_DONT_CARE 

An edge is found in the positive and negative polarity.

POLARITY_POSITIVE 

Indicates a positive edge from black to white (gradient).

POLARITY_NEGATIVE 

Indicates a negative edge from white to black (negative gradient).