![]() |
klComputerVision
|
#include <kl_image_processing_functors.h>
Data Structures | |
struct | padRect |
Public Types | |
enum | padType { PAD_TYPE_MIRROR, PAD_TYPE_WRAP, PAD_TYPE_CONST } |
Public Member Functions | |
klPadFunctor (klRasterBufferPointer lsrc, klRasterBufferPointer ldst, int lpadType, padRect lrect, double lconstVal=0) | |
void | operator() (void) |
Protected Attributes | |
klRasterBufferPointer | src |
klRasterBufferPointer | dst |
int | padType |
padRect | rect |
double | constVal |
|
inline |
void klPadFunctor::operator() | ( | void | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |