Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::core::ChromaClassifier Struct Reference

Classifier interface using RG-chromaticity space and two parables. More...

#include <ChromaClassifier.h>

List of all members.

Public Member Functions

bool operator() (icl8u chromaR, icl8u chromaG) const
 classifies a given R-G-Pixel
bool operator() (icl8u r, icl8u g, icl8u b) const
 classifies a given r-g-b-Pixel
void show () const
 Shows this classifier to std::out.

Public Attributes

Parable parables [2]
 Used two parables.

Detailed Description

Classifier interface using RG-chromaticity space and two parables.


Member Function Documentation

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

classifies a given R-G-Pixel

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

classifies a given r-g-b-Pixel

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

Shows this classifier to std::out.


Member Data Documentation

Used two parables.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines