65 printf(
"Combi-Classifier\n");
67 printf(
"reference color: %d %d %d \n",
ref[0],
ref[1],
ref[2]);
icl8u ref[3]
r-g-b reference color
Definition: ChromaAndRGBClassifier.h:58
Combination classifier using RG-chroma. as well as RGB-thresholded reference color classifiation.
Definition: ChromaAndRGBClassifier.h:39
undocument this line if you encounter any issues!
Definition: Any.h:37
Ipp8u icl8u
8Bit unsigned integer type for the ICL
Definition: BasicTypes.h:64
ChromaClassifier c
wrapped ChromaClassifier
Definition: ChromaAndRGBClassifier.h:55
void show() const
shows this classifier to std::out
Definition: ChromaAndRGBClassifier.h:64
bool operator()(icl8u r, icl8u g, icl8u b) const
classifies a given r-g-b-Pixel
Definition: ChromaAndRGBClassifier.h:51
ICLQt_API ImgQ abs(const ImgQ &image)
calls abs ( each pixel)
void show() const
Shows this classifier to std::out.
Definition: ChromaClassifier.h:52
Classifier interface using RG-chromaticity space and two parables.
Definition: ChromaClassifier.h:40
icl8u thresh[3]
r-g-b threshold
Definition: ChromaAndRGBClassifier.h:61