Module dlib.image.filters.chromakey

Filters that remove background from images

Functions

NameDescription
chromaKey(img, outp, hue, hueToleranceMin, hueToleranceMax, satThres, valThres) HSV selective scale chroma key
chromaKeyEuclidean(img, outp, keyColor, minDist, maxDist) Euclidean distance chroma key
colorPass(img, outp, hue, hueToleranceMin, hueToleranceMax, satThres, valThres) Turns image into b&w where only one color left, using HSV selective scale