Skip to content

Latest commit

 

History

History
119 lines (83 loc) · 4.1 KB

File metadata and controls

119 lines (83 loc) · 4.1 KB
layout title description keywords needAutoGenerateSidebar needGenerateH3Content noTitleIndex permalink
default-layout
DLR_FurtherModes Struct - Dynamsoft Label Recognizer C&C++ API Reference
This page shows the DLR_FurtherModes Struct of Dynamsoft Label Recognizer for C&C++ SDK.
DLR_FurtherModes, c, c++
true
true
true
/programming/c-cplusplus/api-reference/dlr-further-modes.html

DLR_FurtherModes

Stores the FurtherModes.

typedef struct tagDLR_FurtherModes DLR_FurtherModes

Attributes

Attribute Type
colourConversionModes[8] [ColourConversionMode]({{ site.enumerations }}colour-conversion-mode.html)
grayscaleTransformationModes[8] [GrayscaleTransformationMode]({{ site.enumerations }}grayscale-transformation-mode.html)
regionPredetectionModes[8] [RegionPredetectionMode]({{ site.enumerations }}region-predetection-mode.html)
grayscaleEnhancementModes[8] [GrayscaleEnhancementMode]({{ site.enumerations }}grayscale-enhancement-mode.html)
textureDetectionModes[8] [TextureDetectionMode]({{ site.enumerations }}texture-detection-mode.html)

 

colourConversionModes

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

ColourConversionMode colourConversionModes[8]

Value Range Each array item can be any one of the [ColourConversionMode]({{ site.enumerations }}colour-conversion-mode.html) 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.

 

grayscaleTransformationModes

Sets the mode and priority for the grayscale image conversion.

GrayscaleTransformationMode grayscaleTransformationModes[8]

Value Range Each array item can be any one of the [GrayscaleTransformationMode]({{ site.enumerations }}grayscale-transformation-mode.html) 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.

 

regionPredetectionModes

Sets the region pre-detection mode.

RegionPredetectionMode regionPredetectionModes[8]

Value Range Each array item can be any one of the [RegionPredetectionMode]({{ site.enumerations }}region-predetection-mode.html) 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.

 

grayscaleEnhancementModes

Sets the mode and priority for grayscale image preprocessing algorithms.

GrayscaleEnhancementMode grayscaleEnhancementModes[8]

Value Range Each array item can be any one of the [GrayscaleEnhancementMode]({{ site.enumerations }}grayscale-enhancement-mode.html) Enumeration items.

Default value [GEM_GENERAL, GEM_SKIP, GEM_SKIP, GEM_SKIP, GEM_SKIP, GEM_SKIP, GEM_SKIP, GEM_SKIP]

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.

TextureDetectionMode textureDetectionModes[8]

Value Range Each array item can be any one of the [TextureDetectionMode]({{ site.enumerations }}texture-detection-mode.html) 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.