Table of contents

Need better scanning performance?

Get a FREE customized reading template.

LocalizeCandidateBarcodesStage

LocalizeCandidateBarcodesStage detects and marks potential barcode locations within the image for further processing. In JSON, it is represented as a Stage object with "Stage": "SST_LOCALIZE_CANDIDATE_BARCODES".

JSON Structure

Location in template:

BarcodeReaderTaskSettingOptions[i]
    └── SectionArray[j] (Section object)
        └── StageArray[k] (Stage object where Stage = "SST_LOCALIZE_CANDIDATE_BARCODES")

Parent object: StageArray within BarcodeLocalizationSection

Example:

{
    "Stage": "SST_LOCALIZE_CANDIDATE_BARCODES",
    "LocalizationModes": [
        {
            "Mode": "LM_CONNECTED_BLOCKS"
        }
    ]
}

Parameters

Stage

Specifies the stage type. Fixed value: SST_LOCALIZE_CANDIDATE_BARCODES.

Parameter Details
Type
string
Required
Yes
Default Value
"SST_LOCALIZE_CANDIDATE_BARCODES"

LocalizationModes

Controls how to localize barcodes. See LocalizationModes for details.

This page is compatible for: