11 #ifndef GO_WEB_SCAN_UTILITIES_H
12 #define GO_WEB_SCAN_UTILITIES_H
22 #define NM_TO_MM(VALUE) (((k64f)(VALUE))/1000000.0)
23 #define UM_TO_MM(VALUE) (((k64f)(VALUE))/1000.0)
24 #define MM_TO_MILS(VALUE) ((VALUE)*39.3701)
38 GoWebScanFx(
kStatus) GoWebScanUtils_ApplyProfileMask(const
kPoint16s* inPoints,
kPoint16s* outPoints,
kSize count, const GoWebScanObstruction* obstructions,
kSize obstructionCount);
113 GoWebScanFx(
kStatus) GoWebScanUtils_FillResampledProfile(const
k16s* inProfile,
k16s* outProfile,
kSSize count,
k16s defaultZValue);
185 GoWebScanFx(
kStatus) GoWebScanUtils_ClearProfileSystemTile(
kArray2 systemData);
194 GoWebScanFx(
kStatus) GoWebScanUtils_ClearVisionSystemTile(
kArray2 systemData);
203 GoWebScanFx(
kStatus) GoWebScanUtils_ClearTracheidSystemTile(
kArray3 systemData);
346 GoWebScanFx(
kStatus) GoWebScanUtils_AddPresenceData(const
k16s* presenceData,
kBool* presenceTest,
kSSize count);
443 GoWebScanFx(
kCfa) GoWebScanUtils_ReorientCfa(
kCfa cfa,
k32s xOrientation,
k32s yOrientation);
537 #include <GoWebScanSdk/GoWebScanUtilities.x.h>
Represents a tracheid point, which is the integer tracheid data for a spot with the X position (mils)...
Definition: GoWebScanSdkDef.h:551
Represents a style of triggering the start of an object when in detection mode. The start of an objec...
Represents a style of interpolation used during profile resampling.
Essential GoWebScan declarations.
Represents integer values of the spot tracheid data. These values are calculated from the spot shape...
Definition: GoWebScanSdkDef.h:535