Foundation (TextOut.dll) 14.0
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules
TEdgeResult Struct Reference

Defines an edge search result. More...

Data Fields

double Quality
 Indicates the quality of detection. More...
 
double x
 
double y
 

Detailed Description

Defines an edge search result.

Supported platforms:
Win32
Win64
Related Topics:
PEdgeResult

Field Documentation

◆ Quality

double Quality

Indicates the quality of detection.

The value differs depending on the method used:

  • Threshold method: the projection value at position x,y.
  • Contrast method: the contrast at position x,y.

◆ x

double x

X-Position of the edge in pixel coordinates (not coordinate system dependent).

◆ y

double y

Y-Position of the edge in pixel coordinates (not coordinate system dependent).