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