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::FilterRotation Class Reference

The FilterRotation class. More...

#include <filter_rotation.hpp>

Inheritance diagram for pic::FilterRotation:
pic::pic::Filter

Public Member Functions

 FilterRotation ()
 FilterRotation. More...
 
 FilterRotation (float angleX, float angleY, float angleZ)
 FilterRotation. More...
 
 FilterRotation (Eigen::Matrix3f mtx)
 FilterRotation. More...
 
void update (float angleX, float angleY, float angleZ)
 update More...
 
void update (Eigen::Matrix3f mtx)
 update More...
 
Eigen::Matrix3f getMtxRot ()
 getMtxRot 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 Imageexecute (Image *imgIn, Image *imgOut, float angleX, float angleY, float angleZ)
 execute More...
 
static Imageexecute (Image *imgIn, Image *imgOut, Eigen::Matrix3f &mtx)
 execute More...
 

Protected Member Functions

void ProcessBBox (Image *dst, ImageVec src, BBox *box)
 ProcessBBox. More...
 
Eigen::Vector3f fromAnglesToVector (float theta, float phi)
 fromAnglesToVector 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

ImageSamplerBilinear isb
 
float angleX
 
float angleY
 
float angleZ
 
Eigen::Matrix3f mtxRot
 
Eigen::Matrix3f mtxRot_inv
 
- 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 FilterRotation class.

Constructor & Destructor Documentation

◆ FilterRotation() [1/3]

pic::FilterRotation::FilterRotation ( )
inline

◆ FilterRotation() [2/3]

pic::FilterRotation::FilterRotation ( float  angleX,
float  angleY,
float  angleZ 
)
inline

FilterRotation.

Parameters
angleX
angleY
angleZ

◆ FilterRotation() [3/3]

pic::FilterRotation::FilterRotation ( Eigen::Matrix3f  mtx)
inline

FilterRotation.

Parameters
mtx

Member Function Documentation

◆ execute() [1/2]

static Image* pic::FilterRotation::execute ( Image imgIn,
Image imgOut,
float  angleX,
float  angleY,
float  angleZ 
)
inlinestatic

execute

Parameters
imgIn
imgOut
theta
phi
Returns

◆ execute() [2/2]

static Image* pic::FilterRotation::execute ( Image imgIn,
Image imgOut,
Eigen::Matrix3f &  mtx 
)
inlinestatic

execute

Parameters
imgIn
imgOut
mtx
Returns

◆ fromAnglesToVector()

Eigen::Vector3f pic::FilterRotation::fromAnglesToVector ( float  theta,
float  phi 
)
inlineprotected

fromAnglesToVector

Parameters
theta
phi
Returns

◆ getMtxRot()

Eigen::Matrix3f pic::FilterRotation::getMtxRot ( )
inline

getMtxRot

Returns

◆ ProcessBBox()

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

ProcessBBox.

Parameters
dst
src
box

◆ update() [1/2]

void pic::FilterRotation::update ( float  angleX,
float  angleY,
float  angleZ 
)
inline

update

Parameters
angleX
angleY
angleZ

◆ update() [2/2]

void pic::FilterRotation::update ( Eigen::Matrix3f  mtx)
inline

update

Parameters
theta
phi

Member Data Documentation

◆ angleX

float pic::FilterRotation::angleX
protected

◆ angleY

float pic::FilterRotation::angleY
protected

◆ angleZ

float pic::FilterRotation::angleZ
protected

◆ isb

ImageSamplerBilinear pic::FilterRotation::isb
protected

◆ mtxRot

Eigen::Matrix3f pic::FilterRotation::mtxRot
protected

◆ mtxRot_inv

Eigen::Matrix3f pic::FilterRotation::mtxRot_inv
protected

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