#include <GaussianFilter.h>
Inheritance diagram for GaussianFilter:
Public Member Functions | |
GaussianFilter (float Sig, CGcontext &context, CGprofile &vProfile, CGprofile &fProfile) | |
Constructor. | |
~GaussianFilter () | |
Destructor. | |
void | Set (float Sig) |
Set the value of Sigma. | |
void | Reset (float Sig) |
Reset the value of Sigma and recompute kernel footprint. | |
int | getSize () |
Return Size of Gaussian Kernel. | |
float | getSigma () |
Return Sigma of Gaussian Kernel. |
|
Constructor. :SeparableFilter(Sig, context, vProfile, fProfile) |