VIP: Volume Image Processing


gaussian_static.h File Reference

Go to the source code of this file.

Data Structures

struct  Coefficient
 

Macros

#define PI   2*acos(0.0)
 

Typedefs

typedef struct Coefficient Coefficient
 

Functions

int Deriche3DSmoothing (Volume *vol, float sigmax, float sigmay, float sigmaz)
 

Macro Definition Documentation

◆ PI

#define PI   2*acos(0.0)

Definition at line 27 of file gaussian_static.h.

Typedef Documentation

◆ Coefficient

typedef struct Coefficient Coefficient

Function Documentation

◆ Deriche3DSmoothing()

int Deriche3DSmoothing ( Volume * vol,
float sigmax,
float sigmay,
float sigmaz )