Mudbox/ConvolutionKernel.h Source File
Go to the documentation of this file. 1 #if !defined CONVOLUTION_KERNEL_
2 #define CONVOLUTION_KERNEL_
111 float sigma = (1.0
f/3.0
f));
134 void getKernel(
float *targetBuffer)
const;
void setKernel(float *f, int Size)
Copies the supplied kernel into this class.
bool isGenerated(void) const
float getSharpness() const
void logPrintKernel(void) const
Prints the convolution kernel to the log. (for debugging purposes)
const short * getFixedKernel(void) const
void setRadius(float val)
const float * getKernel(void) const
~ConvolutionKernel()
destructor. Releases memory
void setSharpness(float val)
Class: ConvolutionKernel.
ConvolutionKernel(const ConvolutionKernel &k)
copy constructor