|
LT_STATUS | initialize (LTIImageStage *srcImage, lt_int32 xOffset, lt_int32 yOffset, lt_int32 newWidth, lt_int32 newHeight) |
| initializer More...
|
|
LT_STATUS | initialize (LTIImageStage *srcImage, lt_uint32 newWidth, lt_uint32 newHeight, double newXPos, double newYPos, const LTIPixel *backgroundPixel, const LTIPixel *nodataPixel, AlphaMode alphaMode=DoNothing) |
| initialize More...
|
|
LT_STATUS | getDimsAtMag (double mag, lt_uint32 &width, lt_uint32 &height) const |
|
lt_int64 | getEncodingCost (const LTIScene &scene) const |
|
bool | getReaderScene (const LTIScene &decodeScene, LTIScene &readerScene) const |
|
LT_STATUS | setFillingBackground (bool fill) |
| control whether or not the background of the new "outer" image should be filled More...
|
|
bool | getFillingBackground (void) const |
| query whether or not the background of the new "outer" image should be filled More...
|
|
LT_STATUS | setFillMethod (LTIPixelFillMethod method, double fuzzyThreshold) |
| Set the fill method which controls how noData pixels are matched. More...
|
|
LTIPixelFillMethod | getFillMethod (void) const |
| Get the fill method. More...
|
|
double | getFuzzyThreshold (void) const |
|
virtual lt_uint32 | getModifications (const LTIScene &scene) const |
|
lt_int32 | getChildXPosAtMag (double mag) const |
|
lt_int32 | getChildYPosAtMag (double mag) const |
|
bool | getChildScene (const LTIScene &parentScene, LTIScene &childScene) const |
|
This class crops the image stage to a smaller width and height.
- Examples:
- Pipeline.cpp.
Definition at line 27 of file lti_cropFilter.h.