Need better scanning performance?
BarcodeLocalizationSection Object
The BarcodeLocalizationSection object is designed to define the configuration settings for the barcode localization process.
Example
{
"Section": "ST_BARCODE_LOCALIZATION",
"ImageParameterName": "ip_dbrDefault",
"StageArray": []
}
Available Parameters
Section
The name of the current section, whose value is a fixed value: ST_BARCODE_LOCALIZATION.
ImageParameterName
Specifies the name of an ImageParameter object to apply in the stages of this section.
| Parameter Summary |
|---|
| Type string |
| Range It must be the name of an ImageParameter object defined under ImageParameterOptions |
| Default Value ”” |
StageArray
StageArray is a parameter that specifies the stage objects within current section.
The BarcodeLocalizationSection consists of following stages:
| Stage Name | Description |
|---|---|
| LocalizeCandidateBarcodesStage | It defines the stage that detects and marks potential barcode locations within the image for further processing. |
| LocalizeBarcodesStage | It defines the stage that accurately determines the positions of barcodes within the identified candidate regions. |