Skip to content

Contrast Equalization

Class: ContrastEqualizationBlockV1

Source: inference.core.workflows.core_steps.classical_cv.contrast_equalization.v1.ContrastEqualizationBlockV1

Apply contrast equalization to an image These are the same options provided for model preprocessing

Type identifier

Use the following identifier in step "type" field: roboflow_core/contrast_equalization@v1to add the block as as step in your workflow.

Properties

Name Type Description Refs
name str Enter a unique identifier for this step..
equalization_type str Type of contrast equalization to use..

The Refs column marks possibility to parametrise the property with dynamic values available in workflow runtime. See Bindings for more info.

Available Connections

Compatible Blocks

Check what blocks you can connect to Contrast Equalization in version v1.

Input and Output Bindings

The available connections depend on its binding kinds. Check what binding kinds Contrast Equalization in version v1 has.

Bindings
  • input

    • image (image): The input image for this step..
    • equalization_type (string): Type of contrast equalization to use..
  • output

    • image (image): Image in workflows.
Example JSON definition of step Contrast Equalization in version v1
{
    "name": "<your_step_name_here>",
    "type": "roboflow_core/contrast_equalization@v1",
    "image": "$inputs.image",
    "equalization_type": "Equalization"
}