![]() |
Image Component Library (ICL)
|
Combination classifier using RG-chroma. as well as RGB-thresholded reference color classifiation. More...
#include <ChromaAndRGBClassifier.h>
Public Member Functions | |
| bool | operator() (icl8u r, icl8u g, icl8u b) const |
| classifies a given r-g-b-Pixel More... | |
| void | show () const |
| shows this classifier to std::out More... | |
Public Attributes | |
| ChromaClassifier | c |
| wrapped ChromaClassifier More... | |
| icl8u | ref [3] |
| r-g-b reference color More... | |
| icl8u | thresh [3] |
| r-g-b threshold More... | |
Combination classifier using RG-chroma. as well as RGB-thresholded reference color classifiation.
|
inline |
shows this classifier to std::out
| ChromaClassifier icl::core::ChromaAndRGBClassifier::c |
wrapped ChromaClassifier
| icl8u icl::core::ChromaAndRGBClassifier::ref[3] |
r-g-b reference color
| icl8u icl::core::ChromaAndRGBClassifier::thresh[3] |
r-g-b threshold
1.8.15