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