Image Component Library (ICL)
|
Classifier interface using RG-chromaticity space and two parables. More...
#include <ChromaClassifier.h>
Public Member Functions | |
bool | operator() (icl8u chromaR, icl8u chromaG) const |
classifies a given R-G-Pixel More... | |
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 | |
Parable | parables [2] |
Used two parables. More... | |
Classifier interface using RG-chromaticity space and two parables.
classifies a given R-G-Pixel
classifies a given r-g-b-Pixel
|
inline |
Shows this classifier to std::out.
Parable icl::core::ChromaClassifier::parables[2] |
Used two parables.