VIP: Volume Image Processing


gaussian.h File Reference
#include <vip/bucket.h>
Include dependency graph for gaussian.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NEW_FLOAT_VOLUME   707
 

Functions

VolumeVipDeriche3DGaussian (Volume *vol, float sigma, int how)
 
VolumeVipDeriche2DAxiGaussian (Volume *vol, float sigmaTrans, float sigmaAxi, int how)
 
VolumeVipDericheCustomGaussian (Volume *vol, float sx, float sy, float sz, int how)
 

Macro Definition Documentation

◆ NEW_FLOAT_VOLUME

#define NEW_FLOAT_VOLUME   707

Definition at line 32 of file gaussian.h.

Function Documentation

◆ VipDeriche2DAxiGaussian()

Volume * VipDeriche2DAxiGaussian ( Volume * vol,
float sigmaTrans,
float sigmaAxi,
int how )
extern

◆ VipDeriche3DGaussian()

Volume * VipDeriche3DGaussian ( Volume * vol,
float sigma,
int how )
extern

◆ VipDericheCustomGaussian()

Volume * VipDericheCustomGaussian ( Volume * vol,
float sx,
float sy,
float sz,
int how )
extern