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

The FilterNoiseEstimation class. More...

#include <filter_noise_estimation.hpp>

Inheritance diagram for pic::FilterNoiseEstimation:
pic::pic::Filter

Public Member Functions

 FilterNoiseEstimation ()
 FilterNoiseEstimation. More...
 
 ~FilterNoiseEstimation ()
 
ImageProcess (ImageVec imgIn, Image *imgOut)
 Process. 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...
 

Static Public Member Functions

static float * getNoiseEstimation (Image *imgNoise, float *ret)
 getNoiseEstimation More...
 
static float * getNoiseEstimation (Image *img, Image *imgNoise, float *ret)
 getNoiseEstimation More...
 
static Imageexecute (Image *imgIn, Image *imgOut)
 execute More...
 

Protected Attributes

FilterConv2D flt
 
Imageimg_conv
 
float * data
 
- 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
 
- 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...
 

Detailed Description

The FilterNoiseEstimation class.

Constructor & Destructor Documentation

◆ FilterNoiseEstimation()

pic::FilterNoiseEstimation::FilterNoiseEstimation ( )
inline

FilterNoiseEstimation.

Parameters
type

◆ ~FilterNoiseEstimation()

pic::FilterNoiseEstimation::~FilterNoiseEstimation ( )
inline

Member Function Documentation

◆ execute()

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

execute

Parameters
imgIn
imgOut
Returns

◆ getNoiseEstimation() [1/2]

static float* pic::FilterNoiseEstimation::getNoiseEstimation ( Image imgNoise,
float *  ret 
)
inlinestatic

getNoiseEstimation

Parameters
imgNoise
Returns

◆ getNoiseEstimation() [2/2]

static float* pic::FilterNoiseEstimation::getNoiseEstimation ( Image img,
Image imgNoise,
float *  ret 
)
inlinestatic

getNoiseEstimation

Parameters
imgNoise
Returns

◆ Process()

Image* pic::FilterNoiseEstimation::Process ( ImageVec  imgIn,
Image imgOut 
)
inline

Process.

Parameters
imgIn
imgOut
Returns

Member Data Documentation

◆ data

float* pic::FilterNoiseEstimation::data
protected

◆ flt

FilterConv2D pic::FilterNoiseEstimation::flt
protected

◆ img_conv

Image* pic::FilterNoiseEstimation::img_conv
protected

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