|
Video Processing Framework
|
#include <Img_Smooth.h>
Public Member Functions | |
| ImgSmooth () | |
| virtual | ~ImgSmooth () |
| virtual ImgSmooth * | duplicate () |
| virtual int | allocateResults () |
| virtual int | runProcessing () |
| virtual int | initializeProcessing () |
| virtual int | finalizeProcessing () |
Public Attributes | |
| int | method |
| int | sizeX |
| int | isotropic |
| int | sizeY |
| int | colorSigma |
| int | spaceSigma |
| int | numIter |
| ImgSmoothData * | data |
| ImgSmooth::ImgSmooth | ( | ) |
| ImgSmooth::~ImgSmooth | ( | ) | [virtual] |
| int ImgSmooth::allocateResults | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| virtual ImgSmooth* ImgSmooth::duplicate | ( | ) | [inline, virtual] |
Reimplemented from AbstractProcessing.
| int ImgSmooth::finalizeProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| int ImgSmooth::initializeProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| int ImgSmooth::runProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| int ImgSmooth::sizeX |
| int ImgSmooth::sizeY |