Ask Your Question

Revision history [back]

Opencv JS - extracting skin tones

So for a project of mine I need to extract skin tones from an image. To do this, what I've done is converted RGB2HSV and then try to detect using a skin range found in other projects I've found that have done something similar however in opencv JS I'm forced to use the alpha channel as In order to conduct an inrange I require 4 channels instead of 3. This has significantly confused me and how I'm supposed to detect skin tones. Additionally,

here is a user with a similar problem to me but with no solution to his issue: https://stackoverflow.com/questions/49055929/color-detection-with-opencv-js