Need better scanning performance?
BinarizeTextureRemovedGrayscaleStage
BinarizeTextureRemovedGrayscaleStage transfers a texture-removed grayscale image into a binary image. In JSON, it is represented as a Stage object with "Stage": "SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE".
JSON Structure
Location in template:
ImageParameterOptions[i]
└── ApplicableStages[j] (Stage object where Stage = "SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE")
Parent object: ApplicableStages within ImageParameter
Example:
{
"Stage": "SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE",
"BinarizationModes": [
{
"Mode": "BM_LOCAL_BLOCK"
}
]
}
- This snippet shows a Stage object configured for binarizing texture-removed 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_BINARIZE_TEXTURE_REMOVED_GRAYSCALE.
| Parameter Details |
|---|
| Type string |
| Required Yes |
Default Value"SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE" |
BinarizationModes
Defines the binarization options. See BinarizationModes for details.