Table of contents

Need better scanning performance?

Get a FREE customized reading template.

BarcodeLocalizationSection

BarcodeLocalizationSection defines the configuration settings for the barcode localization process. In JSON, it is represented as a Section object with "Section": "ST_BARCODE_LOCALIZATION".

JSON Structure

Location in template:

BarcodeReaderTaskSettingOptions[i]
    └── SectionArray[j] (Section object where Section = "ST_BARCODE_LOCALIZATION")

Parent object: SectionArray

Example:

{
    "Section": "ST_BARCODE_LOCALIZATION",
    "ImageParameterName": "ip_dbrDefault",
    "StageArray": [
        {
            "Stage": "SST_LOCALIZE_CANDIDATE_BARCODES"
        },
        {
            "Stage": "SST_LOCALIZE_BARCODES"
        }
    ]
}

Parameters

Section

Specifies the section type. Fixed value: ST_BARCODE_LOCALIZATION.

Parameter Details
Type
string
Required
Yes
Default Value
"ST_BARCODE_LOCALIZATION"

ImageParameterName

Specifies the name of an ImageParameter object to apply in the stages of this section.

Parameter Details
Type
string
Range
Must be the name of an ImageParameter object defined under ImageParameterOptions
Default Value
""

StageArray

Specifies the stage objects within this section. The BarcodeLocalizationSection consists of the following stages:

Stage Description
LocalizeCandidateBarcodesStage (SST_LOCALIZE_CANDIDATE_BARCODES) Detects and marks potential barcode locations within the image for further processing.
LocalizeBarcodesStage (SST_LOCALIZE_BARCODES) Accurately determines the positions of barcodes within the identified candidate regions.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: