Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Stores the FurtherModes.
Attribute | Type |
---|---|
colourClusteringModes |
int[] |
colourConversionModes |
int[] |
grayscaleTransformationModes |
int[] |
regionPredetectionModes |
int[] |
imagePreprocessingModes |
int[] |
textureDetectionModes |
int[] |
textFilterModes |
int[] |
dpmCodeReadingModes |
int[] |
deformationResistingModes |
int[] |
barcodeComplementModes |
int[] |
barcodeColourModes |
int[] |
accompanyingTextRecognitionModes |
int[] |
Sets the mode and priority for colour categorization. Not supported yet.
int[] com.dynamsoft.dbr.FurtherModes.colourClusteringModes
Value Range
Each array item can be any one of the EnumColourClusteringMode
Enumeration items.
Default Value
[CCM_SKIP,CCM_SKIP,CCM_SKIP,CCM_SKIP,CCM_SKIP,CCM_SKIP,CCM_SKIP,CCM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumColourClusteringMode
Sets the mode and priority for converting a colour image to a grayscale image.
int[] com.dynamsoft.dbr.FurtherModes.colourConversionModes
Value Range
Each array item can be any one of the EnumColourConversionMode
Enumeration items.
Default Value
[CICM_GENERAL,CICM_SKIP,CICM_SKIP,CICM_SKIP,CICM_SKIP,CICM_SKIP,CICM_SKIP,CICM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumColourConversionMode
Sets the mode and priority for the grayscale image conversion.
int[] com.dynamsoft.dbr.FurtherModes.grayscaleTransformationModes
Value Range
Each array item can be any one of the EnumGrayscaleTransformationMode
Enumeration items.
Default Value
[GTM_ORIGINAL,GTM_SKIP,GTM_SKIP,GTM_SKIP,GTM_SKIP,GTM_SKIP,GTM_SKIP,GTM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumGrayscaleTransformationMode
Sets the region pre-detection mode for barcodes search.
int[] com.dynamsoft.dbr.FurtherModes.regionPredetectionModes
Value Range
Each array item can be any one of the EnumRegionPredetectionMode
Enumeration items.
Default Value
[RPM_GENERAL,RPM_SKIP,RPM_SKIP,RPM_SKIP,RPM_SKIP,RPM_SKIP,RPM_SKIP,RPM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is. If the image is large and the barcode on the image is very small, it is recommended to enable region predetection to speed up the localization process and recognition accuracy.
See Also
EnumRegionPredetectionMode
Sets the mode and priority for image preprocessing algorithms.
int[] com.dynamsoft.dbr.FurtherModes.imagePreprocessingModes
Value Range
Each array item can be any one of the EnumImagePreprocessingMode
Enumeration items.
Default Value
[IPM_GENERAL,IPM_SKIP,IPM_SKIP,IPM_SKIP,IPM_SKIP,IPM_SKIP,IPM_SKIP,IPM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumImagePreprocessingMode
Sets the mode and priority for texture detection.
int[] com.dynamsoft.dbr.FurtherModes.textureDetectionModes
Value Range
Each array item can be any one of the EnumTextureDetectionMode
Enumeration items.
Default Value
[TDM_GENERAL_WIDTH_CONCENTRATION,TDM_SKIP,TDM_SKIP,TDM_SKIP,TDM_SKIP,TDM_SKIP,TDM_SKIP,TDM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumTextureDetectionMode
Sets the mode and priority for text filter.
int[] com.dynamsoft.dbr.FurtherModes.textFilterModes
Value Range
Each array item can be any one of the EnumTextFilterMode
Enumeration items.
Default Value
[TFM_GENERAL_CONTOUR,TFM_SKIP,TFM_SKIP,TFM_SKIP,TFM_SKIP,TFM_SKIP,TFM_SKIP,TFM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is. If the image contains a lot of text, you can enable text filter to speed up the localization process.
See Also
EnumTextFilterMode
Sets the mode and priority for DPM code reading.
int[] com.dynamsoft.dbr.FurtherModes.dpmCodeReadingModes
Value Range
Each array item can be any one of the EnumDPMCodeReadingMode
Enumeration items.
Default Value
[DPMCRM_SKIP,DPMCRM_SKIP,DPMCRM_SKIP,DPMCRM_SKIP,DPMCRM_SKIP,DPMCRM_SKIP,DPMCRM_SKIP,DPMCRM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumDPMCodeReadingMode
Sets the mode and priority for deformation resisting.
int[] com.dynamsoft.dbr.FurtherModes.deformationResistingModes
Value Range
Each array item can be any one of the EnumDeformationResistingMode
Enumeration items.
Default Value
[DRM_SKIP,DRM_SKIP,DRM_SKIP,DRM_SKIP,DRM_SKIP,DRM_SKIP,DRM_SKIP,DRM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumDeformationResistingMode
Sets the mode and priority to complement the missing parts in the barcode.
int[] com.dynamsoft.dbr.FurtherModes.barcodeComplementModes
Value Range
Each array item can be any one of the EnumBarcodeComplementMode
Enumeration items.
Default Value
[BCM_SKIP,BCM_SKIP,BCM_SKIP,BCM_SKIP,BCM_SKIP,BCM_SKIP,BCM_SKIP,BCM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumBarcodeComplementMode
Sets the mode and priority for the barcode colour mode used to process the barcode zone.
int[] com.dynamsoft.dbr.FurtherModes.barcodeColourModes
Value Range
Each array item can be any one of the EnumBarcodeColourMode
Enumeration items.
Default Value
[BICM_DARK_ON_LIGHT,BICM_SKIP,BICM_SKIP,BICM_SKIP,BICM_SKIP,BICM_SKIP,BICM_SKIP,BICM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumBarcodeColourMode
Sets the mode and priority to recognize accompanying text.
int[] com.dynamsoft.dbr.FurtherModes.accompanyingTextRecognitionModes
Value Range
Each array item can be any one of the EnumAccompanyingTextRecognitionMode
Enumeration items.
Default Value
[ATRM_SKIP,ATRM_SKIP,ATRM_SKIP,ATRM_SKIP,ATRM_SKIP,ATRM_SKIP,ATRM_SKIP,ATRM_SKIP]
Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.
See Also
EnumAccompanyingTextRecognitionMode
latest version