The CogCalibFeaturesSymbolParseResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| GridPitchX |
Gets the x value of the grid pitch of the checkerboard tiles along the
X axis of Plate2D in physical measurement units.
| |
| GridPitchY |
Gets the y value of the grid pitch of the checkerboard tiles along the
Y axis of Plate2D in physical measurement units.
| |
| HasGridPitch |
Gets whether or not this result has valid grid pitch information.
| |
| HasPositionGrid2D |
Gets whether or not this result has a valid position in Grid2D.
For definition of Grid2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants.
| |
| HasUnitString |
Gets whether or not this result has a valid UnitString.
| |
| PositionXGrid2D |
Gets the x value of Grid2D position of the Data Matrix code.
For definition of Grid2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants.
| |
| PositionYGrid2D |
Gets the y value of Grid2D position of the Data Matrix code.
For definition of Grid2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants.
| |
| RawDecodedString |
Gets the raw decoded string of the symbol.
| |
| UnitString |
Gets the measurement units in which GridPitchX and GridPitchY are specified.
|
See Also