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

The FilterAssembleHDR class. More...

#include <filter_assemble_hdr.hpp>

Inheritance diagram for pic::FilterAssembleHDR:
pic::pic::Filter

Public Member Functions

 FilterAssembleHDR (CameraResponseFunction *crf=NULL, CRF_WEIGHT weight_type=CW_DEB97, HDR_REC_DOMAIN domain=HRD_LOG)
 FilterAssembleHDR. More...
 
void update (CameraResponseFunction *crf, CRF_WEIGHT weight_type=CW_DEB97, HDR_REC_DOMAIN domain=HRD_LOG)
 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

CameraResponseFunctioncrf
 
HDR_REC_DOMAIN domain
 
CRF_WEIGHT weight_type
 
float delta_value
 
- 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 FilterAssembleHDR class.

Constructor & Destructor Documentation

◆ FilterAssembleHDR()

pic::FilterAssembleHDR::FilterAssembleHDR ( CameraResponseFunction crf = NULL,
CRF_WEIGHT  weight_type = CW_DEB97,
HDR_REC_DOMAIN  domain = HRD_LOG 
)
inline

FilterAssembleHDR.

Parameters
weight_type
linearization_type
icrf

Member Function Documentation

◆ ProcessBBox()

void pic::FilterAssembleHDR::ProcessBBox ( Image dst,
ImageVec  src,
BBox box 
)
inlineprotected

ProcessBBox.

Parameters
dst
src
box

◆ update()

void pic::FilterAssembleHDR::update ( CameraResponseFunction crf,
CRF_WEIGHT  weight_type = CW_DEB97,
HDR_REC_DOMAIN  domain = HRD_LOG 
)
inline

update

Parameters
crf
weight_type
domain

Member Data Documentation

◆ crf

CameraResponseFunction* pic::FilterAssembleHDR::crf
protected

◆ delta_value

float pic::FilterAssembleHDR::delta_value
protected

◆ domain

HDR_REC_DOMAIN pic::FilterAssembleHDR::domain
protected

◆ weight_type

CRF_WEIGHT pic::FilterAssembleHDR::weight_type
protected

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