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

The FilterDemosaic class. More...

#include <filter_demosaic.hpp>

Inheritance diagram for pic::FilterDemosaic:
pic::pic::Filter

Public Member Functions

 FilterDemosaic ()
 FilterDemosaic. More...
 
void OutputSize (ImageVec imgIn, int &width, int &height, int &channels, int &frames)
 OutputSize. More...
 
ImageProcess (ImageVec imgIn, Image *imgOut)
 Filter::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...
 
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 Imageexecute (Image *imgIn, Image *imgOut)
 execute More...
 

Protected Member Functions

void LinearUpSamplingGCGreen (Image *imgIn, Image *imgOut)
 LinearUpSamplingGCGreen this upsamples the green channel with gradient correction. More...
 
void LinearUpSamplingGCRB (Image *imgIn, Image *imgOut, int sx, int sy)
 LinearUpSamplingGCRB this linearly upsamples Red and Blue channels. 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...
 

Additional Inherited Members

- Public Attributes inherited from pic::pic::Filter
bool cachedOnly
 
bool bDelete
 
std::vector< Filter * > filters
 
- Protected Attributes inherited from pic::pic::Filter
float scale
 
std::vector< float > param_f
 
int minInputImages
 

Detailed Description

The FilterDemosaic class.

Constructor & Destructor Documentation

◆ FilterDemosaic()

pic::FilterDemosaic::FilterDemosaic ( )
inline

FilterDemosaic.

Parameters
type

Member Function Documentation

◆ execute()

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

execute

Parameters
imgIn
imgOut
Returns

◆ LinearUpSamplingGCGreen()

void pic::FilterDemosaic::LinearUpSamplingGCGreen ( Image imgIn,
Image imgOut 
)
inlineprotected

LinearUpSamplingGCGreen this upsamples the green channel with gradient correction.

Parameters
imgIn
imgOut

◆ LinearUpSamplingGCRB()

void pic::FilterDemosaic::LinearUpSamplingGCRB ( Image imgIn,
Image imgOut,
int  sx,
int  sy 
)
inlineprotected

LinearUpSamplingGCRB this linearly upsamples Red and Blue channels.

Parameters
imgIn
imgOut
sx
sy

◆ OutputSize()

void pic::FilterDemosaic::OutputSize ( ImageVec  imgIn,
int &  width,
int &  height,
int &  channels,
int &  frames 
)
inlinevirtual

OutputSize.

Parameters
imgIn
width
height
channels
frames

Reimplemented from pic::pic::Filter.

◆ Process()

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

Filter::Process.

Parameters
imgIn
imgOut
Returns

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