Filter to fill gaps in image. More...
#include <spatmod/imagefiltergapfill.h>

Public Types | |
| enum | METHOD { METHOD_None = 0, METHOD_Nearest, METHOD_InverseLinear, METHOD_InverseSquare } |
Public Member Functions | |
| FILTER_GAPFILL (STAGE *pPreviousStage, bool TakeOwnership, METHOD Method, INT32 GapWidth) | |
| virtual | ~FILTER_GAPFILL () |
Filter to fill gaps in image.
| SPATMOD::IMAGE::FILTER_GAPFILL::FILTER_GAPFILL | ( | STAGE * | pPreviousStage, | |
| bool | TakeOwnership, | |||
| METHOD | Method, | |||
| INT32 | GapWidth | |||
| ) |
Constructor.
| pPreviousStage | Pointer to previous stage | |
| TakeOwnership | Filter takes ownership of previous stage and will delete when needed | |
| Method | Filling method | |
| GapWidth | Gap width in cells (1-15) |
| virtual SPATMOD::IMAGE::FILTER_GAPFILL::~FILTER_GAPFILL | ( | ) | [virtual] |
1.6.1