IntermediateResult
Stores the intermediate result.
Attributes
Attribute | Type |
---|---|
results |
Object[] |
dataType |
int |
resultType |
int |
barcodeComplementMode |
int |
bcmIndex |
int |
deformationResistingMode |
int |
drmIndex |
int |
dpmCodeReadingMode |
int |
dpmcrmIndex |
int |
rotationMatrix |
double[] |
textFilterMode |
int |
tfmIndex |
int |
localizationMode |
int |
lmIndex |
int |
binarizationMode |
int |
bmIndex |
int |
imagePreprocessingMode |
int |
ipmIndex |
int |
roiId |
int |
regionPredetectionMode |
int |
rpmIndex |
int |
grayscaleTransformationMode |
int |
gtmIndex |
int |
colourConversionMode |
int |
cicmIndex |
int |
colourClusteringMode |
int |
ccmIndex |
int |
scaleDownRatio |
int |
frameId |
int |
results
One of the following types: Array of Contour
, Array of ImageData
, Array of LineSegment
, Array of LocalizationResult
, Array of RegionOfInterest
.
Object[] com.dynamsoft.barcode.IntermediateResult.results
dataType
The data type of the intermediate result.
int com.dynamsoft.barcode.IntermediateResult.dataType
resultType
Intermediate result type.
int com.dynamsoft.barcode.IntermediateResult.resultType
barcodeComplementMode
The EnumBarcodeComplementMode
used when generating the current intermediate result.
iny com.dynamsoft.barcode.IntermediateResult.barcodeComplementMode
bcmIndex
The array index of current used EnumBarcodeComplementMode
in the barcodeComplementModes
setting.
int com.dynamsoft.barcode.IntermediateResult.bcmIndex
deformationResistingMode
The EnumDeformationResistingMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.deformationResistingMode
drmIndex
The array index of current used EnumDeformationResistingMode
in the deformationResistingModes
setting.
int com.dynamsoft.barcode.IntermediateResult.drmIndex
dpmCodeReadingMode
The EnumDPMCodeReadingMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.dpmCodeReadingMode
dpmcrmIndex
The array index of current used EnumDPMCodeReadingMode
in the dpmCodeReadingModes
setting.
int com.dynamsoft.barcode.IntermediateResult.dpmcrmIndex
rotationMatrix
The rotation matrix.
double[] com.dynamsoft.barcode.IntermediateResult.rotationMatrix
textFilterMode
The EnumTextFilterMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.textFilterMode
tfmIndex
The array index of current used EnumTextFilterMode
in the textFilterModes
setting.
int com.dynamsoft.barcode.IntermediateResult.tfmIndex
localizationMode
The EnumLocalizationMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.localizationMode
lmIndex
The array index of current used EnumLocalizationMode
in the localizationModes
setting.
int com.dynamsoft.barcode.IntermediateResult.lmIndex
binarizationMode
The EnumBinarizationMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.binarizationMode
bmIndex
The array index of current used EnumBinarizationMode
in the binarizationModes
setting.
int com.dynamsoft.barcode.IntermediateResult.bmIndex
imagePreprocessingMode
The EnumImagePreprocessingMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.imagePreprocessingMode
ipmIndex
The array index of current used EnumImagePreprocessingMode
in imagePreprocessingModes
setting.
int com.dynamsoft.barcode.IntermediateResult.ipmIndex
roiId
The ID of the ROI (Region Of Interest) generated by the SDK. -1 means the original image.
int com.dynamsoft.barcode.IntermediateResult.roiId
regionPredetectionMode
The EnumRegionPredetectionMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.regionPredetectionMode
rpmIndex
The array index of current used EnumRegionPredetectionMode
in the regionPredetectionModes
setting.
int com.dynamsoft.barcode.IntermediateResult.rpmIndex
grayscaleTransformationMode
The EnumGrayscaleTransformationMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.grayscaleTransformationMode
gtmIndex
The array index of current used EnumGrayscaleTransformationMode
in the grayscaleTransformationModes
setting.
int com.dynamsoft.barcode.IntermediateResult.gtmIndex
colourConversionMode
The EnumColourConversionMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.colourConversionMode
cicmIndex
The array index of current used EnumColourConversionMode
in the colourConversionModes
setting.
int com.dynamsoft.barcode.IntermediateResult.cicmIndex
colourClusteringMode
The EnumColourClusteringMode
used when generating the current intermediate result.
int com.dynamsoft.barcode.IntermediateResult.colourClusteringMode
ccmIndex
The array index of current used EnumColourClusteringMode
in the colourClusteringModes
setting.
int com.dynamsoft.barcode.IntermediateResult.ccmIndex
scaleDownRatio
The scale down ratio.
int com.dynamsoft.barcode.IntermediateResult.scaleDownRatio
frameId
The ID of the operated frame.
int com.dynamsoft.barcode.IntermediateResult.frameId