You need to enable JavaScript to run this app.Skin Test - GammaCV
GammaCV Logo
DocsExamplesGitHub

SkinTest

Description

To enhance face/human detection we need an ability to test image for color that match skin color. This operation returns exact the same size image with fully red pixels rgba(255, 0, 0, 1) for pixels that match skin color and black rgba(0, 0, 0, 1) otherwise.

Params
tSrcTensorinput image
ths?Objectthresholds

TODO: Please describe a mask formula in description (@worldthirteen)
Example
gm.skinTestOp(inputImage);