klComputerVision
Public Member Functions | Data Fields
klDitheringFunctor< TYPE > Class Template Reference

#include <kl_image_processing_functors.h>

Collaboration diagram for klDitheringFunctor< TYPE >:
Collaboration graph

Public Member Functions

 klDitheringFunctor (klRasterBufferPointer lsrc, klRasterBufferPointer ldst, int Levels=2, IppiDitherType dithertype=IppiDitherType::ippDitherFS, int Noise=5)
 
void operator() (void)
 

Data Fields

int noise
 
IppiDitherType dtype
 
int levels
 
klRasterBufferPointer src
 
klRasterBufferPointer dst
 

Constructor & Destructor Documentation

template<class TYPE >
klDitheringFunctor< TYPE >::klDitheringFunctor ( klRasterBufferPointer  lsrc,
klRasterBufferPointer  ldst,
int  Levels = 2,
IppiDitherType  dithertype = IppiDitherType::ippDitherFS,
int  Noise = 5 
)
inline

Member Function Documentation

template<class TYPE >
void klDitheringFunctor< TYPE >::operator() ( void  )
inline

Field Documentation

template<class TYPE >
klRasterBufferPointer klDitheringFunctor< TYPE >::dst
template<class TYPE >
IppiDitherType klDitheringFunctor< TYPE >::dtype
template<class TYPE >
int klDitheringFunctor< TYPE >::levels
template<class TYPE >
int klDitheringFunctor< TYPE >::noise
template<class TYPE >
klRasterBufferPointer klDitheringFunctor< TYPE >::src

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