SwisTrack/Components/HSVBackgroundSubtractionColor

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

Description[edit | edit source]

This component subtracts the background image from the input image. However, this subtraction is done in the HSV space, using only the first channel (Hue).

If the camera is fixed, only the objects added to the scene remain after this subtraction. However, lighting condition variations or the camera noise can also produce a difference between the two images. As we do the subtraction in the Hue channel, light intensity has nearly no influence on the result as we are comparing the color. However, if there is color like white, gray or black, the tracking is really bad as those color are not well defined in the hue band. A small change can make them go from the pure red to the pure blue. Moreover, destructive data compression like DivX modify the color on the border of the object a lot, as we can see in the example image used here.

Most of the time, a threshold is applied after this method, to separate the background from the tracked objects.

Input[edit | edit source]

A color image.

Output[edit | edit source]

A grayscale image.

Parameters[edit | edit source]

Background Image[edit | edit source]

Path to the background image file (color). The background image must be a picture of the arena without the object to track.