Dev Center
Swift
Objective-C
Table of contents

FurtherModes

Note:

  • This class is removed in 10.0 version.

Stores the FurtherModes.

class com.dynamsoft.dbr.FurtherModes
Attribute Type Descriptions
colourClusteringModes int[] Sets the mode and priority for colour categorization.
colourConversionModes int[] Sets the mode and priority for converting a colour image to a grayscale image.
grayscaleTransformationModes int[] Sets the mode and priority for the grayscale image conversion.
regionPredetectionModes int[] Sets the region pre-detection mode for barcodes search.
imagePreprocessingModes int[] Sets the mode and priority for image preprocessing algorithms.
textureDetectionModes int[] Sets the mode and priority for texture detection.
textFilterModes int[] Sets the mode and priority for text filter.
dpmCodeReadingModes int[] Sets the mode and priority for DPM code reading.
deformationResistingModes int[] Sets the mode and priority for deformation resisting.
barcodeComplementModes int[] Sets the mode and priority to complement the missing parts in the barcode.
barcodeColourModes int[] Sets the mode and priority for the barcode colour mode used to process the barcode zone.

colourClusteringModes

Sets the mode and priority for colour categorization. Not supported yet.

int[] 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

colourConversionModes

Sets the mode and priority for converting a colour image to a grayscale image.

int[] 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

grayscaleTransformationModes

Sets the mode and priority for the grayscale image conversion.

int[] 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

regionPredetectionModes

Sets the region pre-detection mode for barcodes search.

int[] 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

imagePreprocessingModes

Sets the mode and priority for image preprocessing algorithms.

int[] 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

textureDetectionModes

Sets the mode and priority for texture detection.

int[] 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

textFilterModes

Sets the mode and priority for text filter.

int[] 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

dpmCodeReadingModes

Sets the mode and priority for DPM code reading.

int[] 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

deformationResistingModes

Sets the mode and priority for deformation resisting.

int[] 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

barcodeComplementModes

Sets the mode and priority to complement the missing parts in the barcode.

int[] 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

barcodeColourModes

Sets the mode and priority for the barcode colour mode used to process the barcode zone.

int[] 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

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version (10.2.10)
  • Version 10.x
    • Version 10.0.21
    • Version 10.0.20
  • Version 9.x
    • Version 9.6.20
    • Version 9.6.11
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.13
    • Version 9.2.11
    • Version 9.2.10
    • Version 9.0.2
    • Version 9.0.1
    • Version 9.0.0
  • Version 8.x
    • Version 8.9.3
    • Version 8.9.1
    • Version 8.9.0
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.1
    • 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 +