Resource Base
Table of contents

Thanks for downloading Dynamsoft Barcode Reader Package!

Your download will start shortly. If your download does not begin, click here to retry.

Class iFurtherModes

Stores the FurtherModes.

@interface iFurtherModes
Attribute Type Descriptions
colourClusteringModes NSArray* Sets the mode and priority for colour categorization.
colourConversionModes NSArray* Sets the mode and priority for converting a colour image to a grayscale image.
grayscaleTransformationModes NSArray* Sets the mode and priority for the grayscale image conversion.
regionPredetectionModes NSArray* Sets the region pre-detection mode for barcodes search.
imagePreprocessingModes NSArray* Sets the mode and priority for image preprocessing algorithms.
textureDetectionModes NSArray* Sets the mode and priority for texture detection.
textFilterModes NSArray* Sets the mode and priority for text filter.
dpmCodeReadingModes NSArray* Sets the mode and priority for DPM code reading.
deformationResistingModes NSArray* Sets the mode and priority for deformation resisting.
barcodeComplementModes NSArray* Sets the mode and priority to complement the missing parts in the barcode.
barcodeColourModes NSArray* Sets the mode and priority for the barcode colour mode used to process the barcode zone.
accompanyingTextRecognitionModes NSArray* Sets the mode and priority to recognize accompanying text.

colourClusteringModes

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

NSArray* colourClusteringModes[8]

Value Range

Each array item can be any one of the EnumColourClusteringMode Enumeration items.

Default Value

[EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip, EnumColourClusteringModeSkip]

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.

NSArray* colourConversionModes[8]

Value Range

Each array item can be any one of the EnumColourConversionMode Enumeration items.

Default Value

[EnumColourConversionModeGeneral, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip, EnumColourConversionModeSkip]

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.

NSArray* grayscaleTransformationModes[8]

Value Range

Each array item can be any one of the EnumGrayscaleTransformationMode Enumeration items.

Default Value

[EnumGrayscaleTransformationModeOriginal, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip, EnumGrayscaleTransformationModeSkip]

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.

NSArray* regionPredetectionModes[8]

Value Range

Each array item can be any one of the EnumRegionPredetectionMode Enumeration items.

Default Value

[EnumRegionPredetectionModeGeneral, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip, EnumRegionPredetectionModeSkip]

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.

NSArray* imagePreprocessingModes[8]

Value Range

Each array item can be any one of the EnumImagePreprocessingMode Enumeration items.

Default Value

[EnumImagePreprocessingModeGeneral, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip, EnumImagePreprocessingModeSkip]

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.

NSArray* textureDetectionModes[8]

Value Range

Each array item can be any one of the EnumTextureDetectionMode Enumeration items.

Default Value

[EnumTextureDetectionModeGeneralWidthConcentration, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip, EnumTextureDetectionModeSkip]

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.

NSArray* textFilterModes[8]

Value Range

Each array item can be any one of the EnumTextFilterMode Enumeration items.

Default Value

[EnumTextFilterModeGeneralContour, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip, EnumTextFilterModeSkip]

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.

NSArray* dpmCodeReadingModes[8]

Value Range

Each array item can be any one of the EnumDPMCodeReadingMode Enumeration items.

Default Value

[EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip, EnumDPMCodeReadingModeSkip]

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.

NSArray* deformationResistingModes[8]

Value Range

Each array item can be any one of the EnumDeformationResistingMode Enumeration items.

Default Value

[EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip, EnumDeformationResistingModeSkip]

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.

NSArray* barcodeComplementModes[8]

Value Range

Each array item can be any one of the EnumBarcodeComplementMode Enumeration items.

Default Value

[EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip, EnumBarcodeComplementModeSkip]

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.

NSArray* barcodeColourModes[8]

Value Range

Each array item can be any one of the EnumBarcodeColourMode Enumeration items.

Default Value

[EnumBarcodeColourModeDarkOnLight, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip, EnumBarcodeColourModeSkip]

Remarks

The array index represents the priority of the item. The smaller index is, the higher priority is.

See Also

EnumBarcodeColourMode

accompanyingTextRecognitionModes

Sets the mode and priority to recognize accompanying text.

NSArray* accompanyingTextRecognitionModes[8]

Value Range

Each array item can be any one of the EnumAccompanyingTextRecognitionMode Enumeration items.

Default Value

[EnumAccompanyingTextRecognitionModeSkip, EnumAccompanyingTextRecognitionModeSkip, EnumAccompanyingTextRecognitionModeSkip, EnumAccompanyingTextRecognitionModeSkip, EnumAccompanyingTextRecognitionModeSkip, EnumAccompanyingTextRecognitionModeSkip, EnumAccompanyingTextRecognitionModeSkip, EnumAccompanyingTextRecognitionModeSkip]

Remarks

The array index represents the priority of the item. The smaller index is, the higher priority is.

See Also

EnumAccompanyingTextRecognitionMode

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

  • Latest version
  • Version 8.6.0
  • Version 8.4.0
  • Version 8.2.5
  • Version 8.2.3
  • Version 8.2.1
  • Version 8.2.0
  • Version 8.1.3
  • Version 8.1.2
  • Version 8.1.0
  • Version 8.0.0
  • Version 7.6.0
  • Version 7.5.0
Change +
© 2003–2021 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support