Table of contents

Need better scanning performance?

Get a FREE customized reading template.

DetectTextureStage

DetectTextureStage detects texture on the image. In JSON, it is represented as a Stage object with "Stage": "SST_DETECT_TEXTURE".

JSON Structure

Location in template:

ImageParameterOptions[i]
    └── ApplicableStages[j] (Stage object where Stage = "SST_DETECT_TEXTURE")

Parent object: ApplicableStages within ImageParameter

Example:

{
    "Stage": "SST_DETECT_TEXTURE",
    "TextureDetectionModes": [
        {
            "Mode": "TDM_GENERAL_WIDTH_CONCENTRATION"
        }
    ]
}

Parameters

Stage

Specifies the stage type. Fixed value: SST_DETECT_TEXTURE.

Parameter Details
Type
string
Required
Yes
Default Value
"SST_DETECT_TEXTURE"

TextureDetectionModes

Defines how to detect texture. See TextureDetectionModes for details.

This page is compatible for: