Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
IntermediateResult
Stores the intermediate result.
Typedefs
typedef struct tagIntermediateResult IntermediateResult
typedef struct tagIntermediateResult* PIntermediateResult
Attributes
resultsCount
The total result count.
int tagIntermediateResult::resultsCount
results
One of the following types: Array of Contour
, Array of ImageData
, Array of LineSegment
, Array of LocalizationResult
, Array of RegionOfInterest
, Array of Quadrilateral
.
const void** tagIntermediateResult::results
dataType
The data type of the intermediate result
IMResultDataType tagIntermediateResult::dataType
resultType
Intermediate result type.
IntermediateResultType tagIntermediateResult::resultType
barcodeComplementMode
The BarcodeComplementMode
used when generating the current intermediate result.
BarcodeComplementMode tagIntermediateResult::barcodeComplementMode
bcmIndex
The array index of current used BarcodeComplementMode
in the barcodeComplementModes
setting.
int tagIntermediateResult::bcmIndex
deformationResistingMode
The DeformationResistingMode
used when generating the current intermediate result.
DeformationResistingMode tagIntermediateResult::deformationResistingMode
drmIndex
The array index of current used DeformationResistingMode
in the deformationResistingModes
setting.
int tagIntermediateResult::drmIndex
dpmCodeReadingMode
The DPMCodeReadingMode
used when generating the current intermediate result.
DPMCodeReadingMode tagIntermediateResult::dpmCodeReadingMode
dpmcrmIndex
The array index of current used DPMCodeReadingMode
in the dpmCodeReadingModes
setting.
int tagIntermediateResult::dpmcrmIndex
rotationMatrix
The rotation matrix.
double tagIntermediateResult::rotationMatrix[9]
textFilterMode
The TextFilterMode
used when generating the current intermediate result.
TextFilterMode tagIntermediateResult::textFilterMode
tfmIndex
The array index of current used TextFilterMode
in the textFilterModes
setting.
int tagIntermediateResult::tfmIndex
localizationMode
The LocalizationMode
used when generating the current intermediate result.
LocalizationMode tagIntermediateResult::localizationMode
lmIndex
The array index of current used LocalizationMode
in the localizationModes
setting.
int tagIntermediateResult::lmIndex
binarizationMode
The BinarizationMode
used when generating the current intermediate result.
BinarizationMode tagIntermediateResult::binarizationMode
bmIndex
The array index of current used BinarizationMode
in the binarizationModes
setting.
int tagIntermediateResult::bmIndex
imagePreprocessingMode
The ImagePreprocessingMode
used when generating the current intermediate result.
ImagePreprocessingMode tagIntermediateResult::imagePreprocessingMode
ipmIndex
The array index of current used ImagePreprocessingMode
in imagePreprocessingModes
setting.
int tagIntermediateResult::ipmIndex
roiId
The ID of the ROI (Region Of Interest) generated by the SDK. -1 means the original image.
int tagIntermediateResult::roiId
regionPredetectionMode
The RegionPredetectionMode
used when generating the current intermediate result.
RegionPredetectionMode tagIntermediateResult::regionPredetectionMode
rpmIndex
The array index of current used RegionPredetectionMode
in the regionPredetectionModes
setting.
int tagIntermediateResult::rpmIndex
grayscaleTransformationMode
The GrayscaleTransformationMode
used when generating the current intermediate result.
GrayscaleTransformationMode tagIntermediateResult::grayscaleTransformationMode
gtmIndex
The array index of current used GrayscaleTransformationMode
in the grayscaleTransformationModes
setting.
int tagIntermediateResult::gtmIndex
colourConversionMode
The ColourConversionMode
used when generating the current intermediate result.
ColourConversionMode tagIntermediateResult::colourConversionMode
cicmIndex
The array index of current used ColourConversionMode
in the colourConversionModes
setting.
int tagIntermediateResult::cicmIndex
colourClusteringMode
The ColourClusteringMode
used when generating the current intermediate result.
ColourClusteringMode tagIntermediateResult::colourClusteringMode
ccmIndex
The array index of current used ColourClusteringMode
in the colourClusteringModes
setting.
int tagIntermediateResult::ccmIndex
scaleDownRatio
The scale down ratio.
int tagIntermediateResult::scaleDownRatio
frameId
The ID of the operated frame.
int tagIntermediateResult::frameId
rpmColourArgumentIndex
The index of ForeAndBackgroundColour argument used for RegionPredetectionMode.
int tagIntermediateResult::rpmColourArgumentIndex
reserved
Reserved memory for the struct. The length of this array indicates the size of the memory reserved for this struct.
char tagIntermediateResult::reserved[60]