Bitmap Plus
  • 👋Welcome
  • 🛠️COMPONENTS
    • Visualize
      • ⚫Prev Image
    • Create
      • ⚫Build Bitmap
      • ⚫Procedural Cellular
      • ⚫Procedural Noise
      • ⚫Procedural Fractal Pass
      • ⚫Image to Bitmap
    • Filter
      • ⚫Adjustment Filter
      • ⚫Effects Filter
      • ⚫Figure Filter
      • ⚫Sharpen Filter
      • ⚫Smooth Filter
      • ⚫Difference Filter
      • ⚫Extract Filter
      • ⚫Filtering Filter
      • ⚫Grayscale Filter
      • ⚫Levels Filter
      • ⚫Blob Filter
      • ⚫Canny Edge Filter
      • ⚫Dithering Filter
      • ⚫Edges Filter
      • ⚫Streak Filter
      • ⚫Threshold Filter
      • ⚫Convolution Filter
      • ⚫Iterate Filter
    • Edit
      • ⚫Swap 2 Channels
      • ⚫Replace Channels
    • Analysis
      • ⚫Bitmap Properties
      • ⚫Deconstruct Bitmap
      • ⚫Evaluate Bitmap
      • ⚫Get Pixel
    • Transform
      • ⚫Crop Image
      • ⚫Mirror Image
      • ⚫Polar Image
      • ⚫Move Image
      • ⚫Resize Image
      • ⚫Rotate Image
      • ⚫Scale Image
      • ⚫Shrink Image
    • Layers
      • ⚫Merge Images
      • ⚫Set Layer
      • ⚫Modify Layer
      • ⚫Transform Layers
    • File
      • ⚫Open Bitmap
      • ⚫Save Bitmap
    • Vectorize
      • ⚫Bitmap Blobs
      • ⚫Bitmap Corners
      • ⚫Bitmap Shapes
      • ⚫Trace Bitmap
  • 🔗Dependencies
Powered by GitBook
On this page
  • Description
  • Filter Mode
  • Usage
  • Sharpen Mode Samples
  1. COMPONENTS
  2. Filter

Threshold Filter

Apply a Threshold filter to an Image

PreviousStreak FilterNextConvolution Filter

Last updated 3 years ago

Description

Apply a Threshold filter to an Image

Name | Threshold Filter

Nickname | Threshold

Tab | Bitmap

Panel | Filter

Division | 3

I | Image (B+ Image, Bitmap) | A Bitmap Plus Image or Bitmap

M | Mode (Integer) | Select filter mode

V0 | Parameter (Interval) | This variable's use changes depending on the mode

V1 | Parameter (Interval) | This variable's use changes depending on the mode

V2 | Parameter (Interval) | This variable's use changes depending on the mode

I | Image (B+ Image) | A Bitmap Plus Image

Save Image | Opens a file save dialog to save a raster file of the current image.

Copy Image to Clipboard | Copies the image to the clipboard (no alpha)

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

🛠️
⚫
Bradley
Wolf Jolion
Nilback
Sauvola
Iterative
Otsu
SIS