Need better scanning performance?
RemoveTextureFromGrayscaleStage
RemoveTextureFromGrayscaleStage removes texture from the grayscale image. In JSON, it is represented as a Stage object with "Stage": "SST_REMOVE_TEXTURE_FROM_GRAYSCALE".
JSON Structure
Location in template:
ImageParameterOptions[i]
└── ApplicableStages[j] (Stage object where Stage = "SST_REMOVE_TEXTURE_FROM_GRAYSCALE")
Parent object: ApplicableStages within ImageParameter
Example:
{
"Stage": "SST_REMOVE_TEXTURE_FROM_GRAYSCALE",
"TextureRemovalStrength": 2
}
- This snippet shows a Stage object configured for removing texture from grayscale images.
- To use it, add this object to the
ApplicableStagesarray within an ImageParameter.- For the complete JSON structure, see:
Parameters
Stage
Specifies the stage type. Fixed value: SST_REMOVE_TEXTURE_FROM_GRAYSCALE.
| Parameter Details |
|---|
| Type string |
| Required Yes |
Default Value"SST_REMOVE_TEXTURE_FROM_GRAYSCALE" |
TextureRemovalStrength
Defines the strength for removing texture from the grayscale image.
| Parameter Details |
|---|
| Type int |
| Value Range [1, 9] |
| Default Value 2 for BarcodeReaderTask & DocumentNormalizerTask 1 for LabelRecognizerTask |