#ifndef ICL_CHROMA_AND_RGB_CLASSIFIER_H #define ICL_CHROMA_AND_RGB_CLASSIFIER_H #include "iclChromaClassifier.h" namespace icl{ /// Combination classifier using RG-chroma. as well as RGB-thresholded reference color classifiation \ingroup COMMON struct ChromaAndRGBClassifier{ /// classifies a given r-g-b-Pixel /**The function is: \code bool is_pixel_skin_colored(int r, int g, int b, ChromaClassifier c, int refcol[3], int threshold[3]){ return c(r,g,b) && abs(r-refcol[0])