[private]
Substracts the background from the input image.
{ dst = src.clone(); backgroundSubs(dst, bg); }