Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::core::ChromaClassifier Struct Reference

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...
 

Detailed Description

Classifier interface using RG-chromaticity space and two parables.

Member Function Documentation

◆ operator()() [1/2]

bool icl::core::ChromaClassifier::operator() ( icl8u  chromaR,
icl8u  chromaG 
) const
inline

classifies a given R-G-Pixel

◆ operator()() [2/2]

bool icl::core::ChromaClassifier::operator() ( icl8u  r,
icl8u  g,
icl8u  b 
) const
inline

classifies a given r-g-b-Pixel

◆ show()

void icl::core::ChromaClassifier::show ( ) const
inline

Shows this classifier to std::out.

Member Data Documentation

◆ parables

Parable icl::core::ChromaClassifier::parables[2]

Used two parables.


The documentation for this struct was generated from the following file: