PICCANTE  0.4
The hottest HDR imaging library!
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
pic::FilterDragoTMO Class Reference

The FilterDragoTMO class. More...

#include <filter_drago_tmo.hpp>

Inheritance diagram for pic::FilterDragoTMO:
pic::pic::Filter

Public Member Functions

 FilterDragoTMO ()
 FilterDragoTMO. More...
 
 FilterDragoTMO (float Ld_Max, float b, float Lw_Max, float Lwa)
 FilterDragoTMO. More...
 
void update (float Ld_Max, float b, float Lw_Max, float Lwa)
 update More...
 
- Public Member Functions inherited from pic::pic::Filter
 Filter ()
 Filter. More...
 
 ~Filter ()
 
virtual void release ()
 release More...
 
virtual void changePass (int pass, int tPass)
 changePass changes the pass direction. More...
 
virtual std::string signature ()
 signature returns the signature for the filter. More...
 
int checkHalfSize (int size)
 checkHalfSize More...
 
std::string getOutPutName (std::string nameIn)
 getOutPutName More...
 
ImagecachedProcess (ImageVec imgIn, Image *imgOut, std::string nameIn)
 CachedProcess. More...
 
virtual void OutputSize (ImageVec imgIn, int &width, int &height, int &channels, int &frames)
 OutputSize. More...
 
ImageallocateOutputMemory (ImageVec imgIn, Image *imgOut, bool bDelete)
 allocateOutputMemory More...
 
void insertFilter (Filter *flt, bool asSingle=false)
 insertFilter More...
 
void setFloatParameters (std::vector< float > param_f)
 setFloatParameters sets float parameters. More...
 
virtual void ProcessAux (ImageVec imgIn, Image *imgOut, TileList *tiles)
 ProcessAux. More...
 
virtual ImageProcess (ImageVec imgIn, Image *imgOut)
 Process. More...
 

Protected Member Functions

void ProcessBBox (Image *dst, ImageVec src, BBox *box)
 ProcessBBox. More...
 
- Protected Member Functions inherited from pic::pic::Filter
bool checkInput (ImageVec &imgIn)
 checkInput More...
 
virtual void f (FilterFData *data)
 f More...
 
virtual void ProcessBBox (Image *dst, ImageVec src, BBox *box)
 ProcessBBox. More...
 
ImageProcessP (ImageVec imgIn, Image *imgOut)
 ProcessP. More...
 
virtual ImagesetupAux (ImageVec imgIn, Image *imgOut)
 setupAux More...
 

Protected Attributes

float constant1
 
float constant2
 
float Lw_Max_scaled
 
float Lw_a_scaled
 
float b
 
float Ld_Max
 
float Lw_Max
 
float Lw_a
 
- Protected Attributes inherited from pic::pic::Filter
float scale
 
std::vector< float > param_f
 
int minInputImages
 

Additional Inherited Members

- Public Attributes inherited from pic::pic::Filter
bool cachedOnly
 
bool bDelete
 
std::vector< Filter * > filters
 

Detailed Description

The FilterDragoTMO class.

Constructor & Destructor Documentation

◆ FilterDragoTMO() [1/2]

PIC_INLINE pic::FilterDragoTMO::FilterDragoTMO ( )

◆ FilterDragoTMO() [2/2]

PIC_INLINE pic::FilterDragoTMO::FilterDragoTMO ( float  Ld_Max,
float  b,
float  Lw_Max,
float  Lwa 
)

FilterDragoTMO.

Parameters
Ld_Max
b
Lw_Max
Lwa

Member Function Documentation

◆ ProcessBBox()

PIC_INLINE void pic::FilterDragoTMO::ProcessBBox ( Image dst,
ImageVec  src,
BBox box 
)
protected

ProcessBBox.

Parameters
dst
src
box

◆ update()

PIC_INLINE void pic::FilterDragoTMO::update ( float  Ld_Max,
float  b,
float  Lw_Max,
float  Lwa 
)

update

Parameters
Ld_Max
b
Lw_Max
Lwa

Member Data Documentation

◆ b

float pic::FilterDragoTMO::b
protected

◆ constant1

float pic::FilterDragoTMO::constant1
protected

◆ constant2

float pic::FilterDragoTMO::constant2
protected

◆ Ld_Max

float pic::FilterDragoTMO::Ld_Max
protected

◆ Lw_a

float pic::FilterDragoTMO::Lw_a
protected

◆ Lw_a_scaled

float pic::FilterDragoTMO::Lw_a_scaled
protected

◆ Lw_Max

float pic::FilterDragoTMO::Lw_Max
protected

◆ Lw_Max_scaled

float pic::FilterDragoTMO::Lw_Max_scaled
protected

The documentation for this class was generated from the following file: