13 #ifndef LTI_DYNAMIC_RANGE_FILTER_H
14 #define LTI_DYNAMIC_RANGE_FILTER_H
34 <LTIOverrideBackgroundPixel
106 bool applyDynamicRange);
143 double m_srcFuzzyThreshold;
144 double m_dstFuzzyThreshold;
145 bool m_needNoDataFixup;
153 #endif // LTI_DYNAMIC_RANGE_FILTER_H
representation of a scene
LT_STATUS initialize(LTIImageStage *srcImage, const LTIPixel *srcDRMin=NULL, const LTIPixel *srcDRMax=NULL, LTIDataType dstDataType=LTI_DATATYPE_INVALID)
initializer
LT_STATUS decodeBegin(const LTIPixel &pixelProps, const LTIScene &fullScene)
change dynamic range or datatype of the samples of the image
static LT_STATUS transformPixel(const LTIPixel &srcMin, const LTIPixel &srcMax, const LTIPixel &srcPixel, const LTIPixel &dstMin, const LTIPixel &dstMax, LTIPixel &dstPixel)
#define LT_END_NAMESPACE(theNameSpace)
compiler does not support namespaces
LT_STATUS decodeStrip(LTISceneBuffer &stripBuffer, const LTIScene &stripScene)
static LT_STATUS transformBuffer(const LTIPixel &srcMin, const LTIPixel &srcMax, const LTISceneBuffer &srcBuffer, const LTIPixel &dstMin, const LTIPixel &dstMax, LTISceneBuffer &dstBuffer, lt_uint32 numCols, lt_uint32 numRows)
const LTIPixel & getSrcMin() const
virtual lt_uint32 getModifications(const LTIScene &scene) const
virtual lt_int64 getEncodingCost(const LTIScene &scene) const
lt_uint32 LT_STATUS
An integral status code.
static LT_STATUS push(LTIImageStage *&pipeline, const LTIPixel &pixelProps, bool applyDynamicRange)
abstract class for implementing an image transform
const LTIPixel & getSrcMax() const
basic properties of a pixel
LTIPixelFillMethod
constants representing pixel filling methods
LT_STATUS decodeEnd(void)
LT_STATUS setSrcMinMax(const LTIPixel &srcMin, const LTIPixel &srcMax)
unsigned short lt_uint16
unsigned 16-bit integer
class to hold data passed between image stages
void setPixelFillMethod(LTIPixelFillMethod method, double fuzzyThreshold)
LT_STATUS setDstMinMax(const LTIPixel &srcMin, const LTIPixel &srcMax)
abstract class for decoding from an image
#define LT_BEGIN_NAMESPACE(theNameSpace)
compiler does not support namespaces
#define LTI_REFERENCE_COUNTED_BOILERPLATE(classname)
unsigned int lt_uint32
unsigned 32-bit integer