#include <vip/bucket.h>
#include <vip/deriche/deriche_gen.h>
#include <vip/deriche/extedge_gen.h>
Go to the source code of this file.
|
| int | VipConvertStringToExtedgeMode (char *thestring) |
| |
| Volume * | VipDeriche2DGradientNorm (Volume *vol, float ALPHA, int how, int mode, float threshold) |
| |
| Volume * | VipDeriche3DGradientX (Volume *vol, float ALPHA, int how) |
| |
| Volume * | VipDeriche3DGradientY (Volume *vol, float ALPHA, int how) |
| |
| Volume * | VipDeriche3DGradientZ (Volume *vol, float ALPHA, int how) |
| |
| Volume * | VipDeriche3DSmoothing (Volume *vol, float ALPHA, int how) |
| |
| int | VipDeriche3DGradientNorm (Volume *vol, float alpha, int mode, float threshold) |
| |
| int | VipDeriche3DGradientNormAndReturnG3DBucket (Volume *vol, float alpha, int mode, float threshold, VipG3DBucket **gbuck) |
| |
◆ DERICHE_EXTREMA
| #define DERICHE_EXTREMA 20 |
◆ DERICHE_EXTREMA_DIRECTION
| #define DERICHE_EXTREMA_DIRECTION 22 |
◆ DERICHE_NORM
◆ EXTEDGE2D_ALL
◆ EXTEDGE2D_ALL_EXCEPT_Y_BOTTOM
| #define EXTEDGE2D_ALL_EXCEPT_Y_BOTTOM 13 |
◆ EXTEDGE2D_ALL_EXCEPT_Y_TOP
| #define EXTEDGE2D_ALL_EXCEPT_Y_TOP 12 |
◆ EXTEDGE3D_ALL
| #define EXTEDGE3D_ALL 111 |
◆ EXTEDGE3D_ALL_EXCEPT_Z_BOTTOM
| #define EXTEDGE3D_ALL_EXCEPT_Z_BOTTOM 113 |
◆ EXTEDGE3D_ALL_EXCEPT_Z_TOP
| #define EXTEDGE3D_ALL_EXCEPT_Z_TOP 112 |
◆ VipConvertStringToExtedgeMode()
| int VipConvertStringToExtedgeMode |
( |
char * | thestring | ) |
|
|
extern |
◆ VipDeriche2DGradientNorm()
| Volume * VipDeriche2DGradientNorm |
( |
Volume * | vol, |
|
|
float | ALPHA, |
|
|
int | how, |
|
|
int | mode, |
|
|
float | threshold ) |
|
extern |
◆ VipDeriche3DGradientNorm()
| int VipDeriche3DGradientNorm |
( |
Volume * | vol, |
|
|
float | alpha, |
|
|
int | mode, |
|
|
float | threshold ) |
◆ VipDeriche3DGradientNormAndReturnG3DBucket()
| int VipDeriche3DGradientNormAndReturnG3DBucket |
( |
Volume * | vol, |
|
|
float | alpha, |
|
|
int | mode, |
|
|
float | threshold, |
|
|
VipG3DBucket ** | gbuck ) |
◆ VipDeriche3DGradientX()
| Volume * VipDeriche3DGradientX |
( |
Volume * | vol, |
|
|
float | ALPHA, |
|
|
int | how ) |
|
extern |
◆ VipDeriche3DGradientY()
| Volume * VipDeriche3DGradientY |
( |
Volume * | vol, |
|
|
float | ALPHA, |
|
|
int | how ) |
|
extern |
◆ VipDeriche3DGradientZ()
| Volume * VipDeriche3DGradientZ |
( |
Volume * | vol, |
|
|
float | ALPHA, |
|
|
int | how ) |
|
extern |
◆ VipDeriche3DSmoothing()
| Volume * VipDeriche3DSmoothing |
( |
Volume * | vol, |
|
|
float | ALPHA, |
|
|
int | how ) |
|
extern |