Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Protected Member Functions | List of all members
BIAS::ColorSegmentationThreaded Class Reference

Threaded implementation of ColorSegmentation. More...

#include <Image/ColorSegmentation.hh>

Public Member Functions

void Segment (BIAS::Image< unsigned char > &src, BIAS::Image< unsigned char > &res, int hue, int hueIntervall, int sat, int satIntervall)
 

Static Protected Member Functions

static void * Segment_ (void *data)
 

Detailed Description

Threaded implementation of ColorSegmentation.

Author
africk

Definition at line 107 of file ColorSegmentation.hh.

Member Function Documentation

void ColorSegmentationThreaded::Segment ( BIAS::Image< unsigned char > &  src,
BIAS::Image< unsigned char > &  res,
int  hue,
int  hueIntervall,
int  sat,
int  satIntervall 
)
void * ColorSegmentationThreaded::Segment_ ( void *  data)
staticprotected

Definition at line 242 of file ColorSegmentation.cpp.

References BIAS::ColorSegmentation::Segment().

Referenced by Segment().


The documentation for this class was generated from the following files: