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

The FilterGLExposureFusionWeights class. More...

#include <display.hpp>

Inheritance diagram for pic::pic::FilterGLExposureFusionWeights:
pic::pic::FilterGL

Public Member Functions

 FilterGLExposureFusionWeights (float wC=1.0f, float wE=1.0f, float wS=1.0f)
 FilterGLExposureFusionWeights. More...
 
 ~FilterGLExposureFusionWeights ()
 
void OutputSize (ImageGLVec imgIn, int &width, int &height, int &channels, int &frames)
 OutputSize. More...
 
- Public Member Functions inherited from pic::pic::FilterGL
 FilterGL ()
 FilterGL. More...
 
 ~FilterGL ()
 
void release ()
 release More...
 
virtual void releaseAux ()
 releaseAux More...
 
void setFbo (Fbo *fbo)
 setFbo More...
 
virtual FbogetFbo ()
 getFbo More...
 
void insertFilter (FilterGL *flt)
 insertFilter More...
 
void setTarget (GLenum target)
 setTarget More...
 
virtual void changePass (int pass, int tPass)
 changePass More...
 
virtual ImageGLsetupAux (ImageGLVec imgIn, ImageGL *imgOut)
 setupAux More...
 
ImageGLallocateOutputMemory (ImageGLVec imgIn, ImageGL *imgOut, bool bDelete)
 allocateOutputMemory More...
 
virtual void bindTechnique ()
 
virtual void unbindTechnique ()
 
virtual ImageGLProcess (ImageGLVec imgIn, ImageGL *imgOut)
 Process. More...
 

Protected Member Functions

void initShaders ()
 initShaders More...
 
void FragmentShader ()
 FragmentShader. More...
 

Protected Attributes

float sigma_sq_2
 
float mu
 
float wC
 
float wE
 
float wS
 
- Protected Attributes inherited from pic::pic::FilterGL
Fbofbo
 
QuadGLquad
 
TechniqueGL technique
 
GLenum target
 
ImageGLVec param
 
bool bFboOwn
 

Additional Inherited Members

- Static Public Member Functions inherited from pic::pic::FilterGL
static std::string gammaCorrection (std::string fragment_source, bool bGammaCorrection)
 gammaCorrection More...
 
- Public Attributes inherited from pic::pic::FilterGL
bool bDelete
 
std::vector< FilterGL *> filters
 
std::string vertex_source
 
std::string geometry_source
 
std::string fragment_source
 

Detailed Description

The FilterGLExposureFusionWeights class.

Constructor & Destructor Documentation

◆ FilterGLExposureFusionWeights()

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

FilterGLExposureFusionWeights.

Parameters
wC
wE
wS

◆ ~FilterGLExposureFusionWeights()

pic::pic::FilterGLExposureFusionWeights::~FilterGLExposureFusionWeights ( )
inline

Member Function Documentation

◆ FragmentShader()

PIC_INLINE void pic::pic::FilterGLExposureFusionWeights::FragmentShader ( )
protected

FragmentShader.

◆ initShaders()

PIC_INLINE void pic::pic::FilterGLExposureFusionWeights::initShaders ( )
protected

initShaders

◆ OutputSize()

void pic::pic::FilterGLExposureFusionWeights::OutputSize ( ImageGLVec  imgIn,
int &  width,
int &  height,
int &  channels,
int &  frames 
)
inlinevirtual

OutputSize.

Parameters
imgIn
width
height
channels
frames

Reimplemented from pic::pic::FilterGL.

Member Data Documentation

◆ mu

float pic::pic::FilterGLExposureFusionWeights::mu
protected

◆ sigma_sq_2

float pic::pic::FilterGLExposureFusionWeights::sigma_sq_2
protected

◆ wC

float pic::pic::FilterGLExposureFusionWeights::wC
protected

◆ wE

float pic::pic::FilterGLExposureFusionWeights::wE
protected

◆ wS

float pic::pic::FilterGLExposureFusionWeights::wS
protected

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