Threshold Filter

Apply a Threshold filter to an Image

Description

Apply a Threshold filter to an Image

Filter Mode

Filter Mode Enumerable
  • Otsu = 0

  • Bradley = 1

    • B | Brightness | Brightness difference limit

    • S | Size | Window size

  • Iterative = 2

    • M | Minimum | Minimum error value

    • T | Threshold | Threshold value

  • Nilback = 3

    • C | C | Mean offset C

    • K | K | Parameter K

    • R | Radius | Filter convolution radius

  • Sauvola = 4

    • D | Range | Dynamic range

    • K | K | Parameter K

    • R | Radius | Filter convolution radius

  • Wolf Jolion = 5

    • D | Range | Dynamic range

    • K | K | Parameter K

    • R | Radius | Filter convolution radius

Usage

Sharpen Mode Samples

Last updated