SwisTrack/Components/ThresholdGray

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Description[edit | edit source]

This step intends to separate the objects to track from the background. The background will become black, while the objects to track will appear in white. Most of the time, this step follows a preprocessing method like background subtraction.

Input[edit | edit source]

A grayscale image.

Output[edit | edit source]

A binary (black and white) image.

Parameters[edit | edit source]

Threshold[edit | edit source]

A threshold value (between 0 and 256). If the objects to track don't appear in the image, try to reduce the value. If parts of the background become white, the value need to be increased.

Invert threshold[edit | edit source]

Whether the threshold must be inverted or not.