Documentation
Table of contents
Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.

iDLRFurtherModes

You are viewing a history document page of Dynamsoft Label Recognizer iOS v2.2.20.

Stores the FurtherModes.

@interface iDLRFurtherModes : NSObject 

Attributes

Attribute Type
colourConversionModes NSArray*
grayscaleTransformationModes NSArray*
regionPredetectionModes NSArray*
grayscaleEnhancementModes NSArray*
textureDetectionModes NSArray*

 

colourConversionModes

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

NSArray * colourConversionModes

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.

 

grayscaleTransformationModes

Sets the grayscale transformation mode.

NSArray * grayscaleTransformationModes

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.

 

regionPredetectionModes

Sets the region pre-detection mode.

NSArray * regionPredetectionModes

Value range

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

Default value

[EnumRegionPredetectionModeSkip,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.

 

grayscaleEnhancementModes

Sets the mode and priority for grayscale image preprocessing algorithms.

NSArray * GrayscaleEnhancementModes

Value range

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

Default value

[EnumGrayscaleEnhancementModeGeneral, EnumGrayscaleEnhancementModeSkip, EnumGrayscaleEnhancementModeSkip, EnumGrayscaleEnhancementModeSkip, EnumGrayscaleEnhancementModeSkip, EnumGrayscaleEnhancementModeSkip, EnumGrayscaleEnhancementModeSkip, EnumGrayscaleEnhancementModeSkip]

Remarks

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

 

TextureDetectionModes

Sets the mode and priority for texture detection.

NSArray * textureDetectionModes

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.

Version 3.2.30

    • version 3.2.30
    • Version 3.x
      • Version 3.0.20
    • Version 2.x
      • Version 2.2.20
      • Version 2.0.0
    • Version 1.x
      • Version 1.2.1
      • Version 1.2.0
      • Version 1.0.0
    Change +