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

The FilterColorConv class. More...

#include <filter_color_conv.hpp>

Inheritance diagram for pic::FilterColorConv:
pic::pic::Filter

Public Member Functions

 FilterColorConv ()
 FilterColorConv. More...
 
void insertColorConv (ColorConv *transform, bool bDirection)
 insertColorConv More...
 
void update (bool bDirection)
 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...
 

Static Public Member Functions

static ImagefromRGBtoXYZ (Image *imgIn, Image *imgOut)
 fromRGBtoXYZ More...
 
static ImagefromRGBtoCIELAB (Image *imgIn, Image *imgOut)
 fromRGBtoCIELAB More...
 
static ImagefromRGBtoLogLuv (Image *imgIn, Image *imgOut)
 fromRGBtoLogLuv More...
 
static ImagefromCIELABtoRGB (Image *imgIn, Image *imgOut)
 fromCIELABtoRGB More...
 
static ImagefromCIELABtoRGB2 (Image *imgIn, Image *imgOut)
 fromCIELABtoRGB2 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

std::vector< ColorConvTransformlist
 
bool bDirection
 
unsigned int n
 
bool bEven
 
- 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 FilterColorConv class.

Constructor & Destructor Documentation

◆ FilterColorConv()

pic::FilterColorConv::FilterColorConv ( )
inline

Member Function Documentation

◆ fromCIELABtoRGB()

static Image* pic::FilterColorConv::fromCIELABtoRGB ( Image imgIn,
Image imgOut 
)
inlinestatic

fromCIELABtoRGB

Parameters
imgIn
imgOut
Returns

◆ fromCIELABtoRGB2()

static Image* pic::FilterColorConv::fromCIELABtoRGB2 ( Image imgIn,
Image imgOut 
)
inlinestatic

fromCIELABtoRGB2

Parameters
imgIn
imgOut
Returns

◆ fromRGBtoCIELAB()

static Image* pic::FilterColorConv::fromRGBtoCIELAB ( Image imgIn,
Image imgOut 
)
inlinestatic

fromRGBtoCIELAB

Parameters
imgIn
imgOut
Returns

◆ fromRGBtoLogLuv()

static Image* pic::FilterColorConv::fromRGBtoLogLuv ( Image imgIn,
Image imgOut 
)
inlinestatic

fromRGBtoLogLuv

Parameters
imgIn
imgOut
Returns

◆ fromRGBtoXYZ()

static Image* pic::FilterColorConv::fromRGBtoXYZ ( Image imgIn,
Image imgOut 
)
inlinestatic

fromRGBtoXYZ

Parameters
imgIn
imgOut
Returns

◆ insertColorConv()

void pic::FilterColorConv::insertColorConv ( ColorConv transform,
bool  bDirection 
)
inline

insertColorConv

Parameters
transform
bDirection

◆ ProcessBBox()

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

ProcessBBox.

Parameters
dst
src
box

◆ update()

void pic::FilterColorConv::update ( bool  bDirection)
inline

update

Parameters
bDirection

Member Data Documentation

◆ bDirection

bool pic::FilterColorConv::bDirection
protected

◆ bEven

bool pic::FilterColorConv::bEven
protected

◆ list

std::vector<ColorConvTransform> pic::FilterColorConv::list
protected

◆ n

unsigned int pic::FilterColorConv::n
protected

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