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

The ExposureFusion class. More...

#include <exposure_fusion.hpp>

Inheritance diagram for pic::ExposureFusion:
pic::ToneMappingOperator

Public Member Functions

 ExposureFusion (float wC=1.0f, float wE=1.0f, float wS=1.0f)
 ExposureFusion. More...
 
 ~ExposureFusion ()
 
void update (float wC=1.0f, float wE=1.0f, float wS=1.0f)
 update More...
 
- Public Member Functions inherited from pic::ToneMappingOperator
 ToneMappingOperator ()
 ToneMappingOperator. More...
 
void release ()
 release More...
 
void updateImage (Image *imgIn)
 updateImage More...
 
ImageProcess (ImageVec imgIn, Image *imgOut=NULL)
 Process. More...
 

Static Public Member Functions

static Imageexecute (Image *imgIn, Image *imgOut)
 execute More...
 
static ImageexecuteStack (ImageVec imgIn, Image *imgOut)
 executeStack More...
 
- Static Public Member Functions inherited from pic::ToneMappingOperator
static void getScaleFiltering (Image *imgIn, int &fScaleX, int &fScaleY)
 getScaleFiltering More...
 

Protected Member Functions

ImageProcessAux (ImageVec imgIn, Image *imgOut)
 ProcessAux. More...
 
ImageProcessAuxStack (ImageVec imgIn, Image *imgOut)
 ProcessAuxStack. More...
 
void releaseAux ()
 releaseAux More...
 

Static Protected Member Functions

static float removeNegative (float x)
 removeNegative More...
 

Protected Attributes

FilterLuminance flt_lum
 
FilterExposureFusionWeights flt_weights
 
PyramidpW
 
PyramidpI
 
PyramidpOut
 
- Protected Attributes inherited from pic::ToneMappingOperator
ImageVec images
 

Detailed Description

The ExposureFusion class.

Constructor & Destructor Documentation

◆ ExposureFusion()

pic::ExposureFusion::ExposureFusion ( float  wC = 1.0f,
float  wE = 1.0f,
float  wS = 1.0f 
)
inline

ExposureFusion.

Parameters
wC
wE
wS

◆ ~ExposureFusion()

pic::ExposureFusion::~ExposureFusion ( )
inline

Member Function Documentation

◆ execute()

static Image* pic::ExposureFusion::execute ( Image imgIn,
Image imgOut 
)
inlinestatic

execute

Parameters
imgIn
imgOut
Returns

◆ executeStack()

static Image* pic::ExposureFusion::executeStack ( ImageVec  imgIn,
Image imgOut 
)
inlinestatic

executeStack

Parameters
imgIn
imgOut
Returns

◆ ProcessAux()

Image* pic::ExposureFusion::ProcessAux ( ImageVec  imgIn,
Image imgOut 
)
inlineprotectedvirtual

ProcessAux.

Parameters
imgIn
imgOut
Returns

Reimplemented from pic::ToneMappingOperator.

◆ ProcessAuxStack()

Image* pic::ExposureFusion::ProcessAuxStack ( ImageVec  imgIn,
Image imgOut 
)
inlineprotected

ProcessAuxStack.

Parameters
imgIn
imgOut
Returns

◆ releaseAux()

void pic::ExposureFusion::releaseAux ( )
inlineprotectedvirtual

releaseAux

Reimplemented from pic::ToneMappingOperator.

◆ removeNegative()

static float pic::ExposureFusion::removeNegative ( float  x)
inlinestaticprotected

removeNegative

Parameters
x
Returns

◆ update()

void pic::ExposureFusion::update ( float  wC = 1.0f,
float  wE = 1.0f,
float  wS = 1.0f 
)
inline

update

Parameters
wC
wE
wS

Member Data Documentation

◆ flt_lum

FilterLuminance pic::ExposureFusion::flt_lum
protected

◆ flt_weights

FilterExposureFusionWeights pic::ExposureFusion::flt_weights
protected

◆ pI

Pyramid * pic::ExposureFusion::pI
protected

◆ pOut

Pyramid * pic::ExposureFusion::pOut
protected

◆ pW

Pyramid* pic::ExposureFusion::pW
protected

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