Dev Center
Table of contents

IntermediateResult

Stores the intermediate result.

Typedefs

typedef struct tagIntermediateResult  IntermediateResult 
typedef struct tagIntermediateResult*  PIntermediateResult

Attributes

Attribute Type
resultsCount int
results const void **
dataType IMResultDataType
resultType IntermediateResultType
barcodeComplementMode BarcodeComplementMode
bcmIndex int
deformationResistingMode DeformationResistingMode
drmIndex int
dpmCodeReadingMode DPMCodeReadingMode
dpmcrmIndex int
rotationMatrix double[9]
textFilterMode TextFilterMode
tfmIndex int
localizationMode LocalizationMode
lmIndex int
binarizationMode BinarizationMode
bmIndex int
imagePreprocessingMode ImagePreprocessingMode
ipmIndex int
roiId int
regionPredetectionMode RegionPredetectionMode
rpmIndex int
grayscaleTransformationMode GrayscaleTransformationMode
gtmIndex int
colourConversionMode ColourConversionMode
cicmIndex int
colourClusteringMode ColourClusteringMode
ccmIndex int
scaleDownRatio int
frameId int
reserved char[64]

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.

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

reserved

Reserved memory for the struct. The length of this array indicates the size of the memory reserved for this struct.

char tagIntermediateResult::reserved[64]

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

version 7.6.0

  • Latest version
  • Version 10.x
    • Version 10.2.0
    • Version 10.0.20
    • Version 10.0.10
    • Version 10.0.0
  • Version 9.x
    • Version 9.6.40
    • Version 9.6.30
    • Version 9.6.20
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.0
    • Version 9.0.0
  • Version 8.x
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.0
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +