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