11 #ifndef GO_WEB_SCAN_EDGE_FILTER_H
12 #define GO_WEB_SCAN_EDGE_FILTER_H
90 #include <GoWebScanSdk/GoWebScanEdgeFilter.x.h>
kStatus GoWebScanEdgeFilter_ExecuteVision(GoWebScanEdgeFilter filter, kArray2 profile, kArray2 vision)
Executes the edge filtering algorithm on an array containing vision data from a detected board...
k32s profileXRes
X-resolution of input profile data (mils/pixel)
Definition: GoWebScanEdgeFilter.h:24
Essential GoWebScan declarations.
k32s visionXRes
X-resolution of input vision data (mils/pixel)
Definition: GoWebScanEdgeFilter.h:26
kStatus GoWebScanEdgeFilter_ExecuteProfile(GoWebScanEdgeFilter filter, kArray2 profile, kBool edgeFilter)
Executes the edge filtering algorithm on an array containing Z range data from a detected board...
Represents parameters of the edge filtering algorithm.
Definition: GoWebScanEdgeFilter.h:22
kStatus GoWebScanEdgeFilter_Construct(GoWebScanEdgeFilter *filter, const GoWebScanEdgeFilterParams *args, kAlloc allocator)
Constructs a GoWebScanEdgeFilter object.
kStatus GoWebScanEdgeFilter_ExecuteTracheid(GoWebScanEdgeFilter filter, kArray2 profile, kArray2 tracheid)
Executes the edge filtering algorithm on an array containing tracheid data from a detected board...
k32s tracheidXRes
X-resolution of input tracheid data (mils/pixel)
Definition: GoWebScanEdgeFilter.h:28
k32s tracheidYRes
Y-resolution of input tracheid data (mils/pixel)
Definition: GoWebScanEdgeFilter.h:29
Represents an algorithm for filtering spikes and discontinuities along the edges of detected boards...
k32s visionYRes
Y-resolution of input vision data (mils/pixel)
Definition: GoWebScanEdgeFilter.h:27
k32s profileYRes
Y-resolution of input profile data (mils/pixel)
Definition: GoWebScanEdgeFilter.h:25