![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <aims/signalfilter/gcoef.h>
Public Types | |
enum | GOrder { smoothing , gradient , laplacian } |
Public Member Functions | |
GCoef (float s=1.0f, GOrder o=smoothing) | |
virtual | ~GCoef () |
void | initialize (float, GOrder) |
float | n00 () const |
float | n11 () const |
float | n22 () const |
float | n33 () const |
float | n11b () const |
float | n22b () const |
float | n33b () const |
float | n44b () const |
float | d11 () const |
float | d22 () const |
float | d33 () const |
float | d44 () const |
enum GCoef::GOrder |
Definition at line 53 of file gcoef.h.
References initialize().