DLR_FurtherModes
Stores the FurtherModes.
typedef struct tagDLR_FurtherModes DLR_FurtherModes
Attributes
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
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
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
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
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
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.