DLR_FurtherModes
Stores the FurtherModes.
class Dynamsoft.DLR.DLR_FurtherModes
Attributes
ColourConversionModes
Sets the mode and priority for converting a colour image to a grayscale image.
EnumColourConversionMode[] ColourConversionModes
Value Range
Each array item can be any one of the EnumColourConversionMode
Enumeration items.
Default value
[EnumColourConversionMode.CICM_GENERAL, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.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.
EnumGrayscaleTransformationMode[] GrayscaleTransformationModes
Value Range
Each array item can be any one of the EnumGrayscaleTransformationMode
Enumeration items.
Default value
[EnumGrayscaleTransformationMode.GTM_ORIGINAL, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.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.
EnumRegionPredetectionMode[] RegionPredetectionModes
Value Range
Each array item can be any one of the EnumRegionPredetectionMode
Enumeration items.
Default value
[EnumRegionPredetectionMode.RPM_GENERAL, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.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.
EnumGrayscaleEnhancementMode[] GrayscaleEnhancementModes
Value Range
Each array item can be any one of the EnumGrayscaleEnhancementMode
Enumeration items.
Default value
[EnumGrayscaleEnhancementMode.GEM_GENERAL, EnumGrayscaleEnhancementMode.GEM_SKIP, EnumGrayscaleEnhancementMode.GEM_SKIP, EnumGrayscaleEnhancementMode.GEM_SKIP, EnumGrayscaleEnhancementMode.GEM_SKIP, EnumGrayscaleEnhancementMode.GEM_SKIP, EnumGrayscaleEnhancementMode.GEM_SKIP, EnumGrayscaleEnhancementMode.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.
EnumTextureDetectionMode[] TextureDetectionModes
Value Range
Each array item can be any one of the EnumTextureDetectionMode
Enumeration items.
Default value
[EnumTextureDetectionMode.TDM_GENERAL_WIDTH_CONCENTRATION, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP]
Remarks The array index represents the priority of the item. The smaller index is, the higher priority is.