Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
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. |
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
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
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
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
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
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
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
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
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
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
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
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
latest version