#include <vip/volume.h>
#include <vip/bucket.h>
#include <vip/connex/3Dconnex_gen.h>
Go to the source code of this file.
|
| int | VipTestCoordBucketConnectedToLabel (Vip3DBucket_S16BIT *buck, Volume *vol, VipConnectivityStruct *vcs, int label) |
| |
| int | VipConvertStringToConnectivity (char *thestring) |
| |
| VipConnectivityStruct * | VipGetConnectivityStruct (Volume *volume, int connectivity) |
| |
| void | VipFreeConnectivityStruct (VipConnectivityStruct *vcs) |
| |
| Vip3DBucket_S16BIT * | VipGetFiltered3DConnex (Volume *vol, int connectivity, int how) |
| |
| Vip3DBucket_S16BIT * | VipGetDualFiltered3DConnex (Volume *vol, int connectivity, int how) |
| |
| Vip3DBucket_S16BIT * | VipGetHysteresisFiltered3DConnex (Volume *vol, int connectivity, int how, float threshold, int mode, int param) |
| |
| Vip3DBucket_S16BIT * | VipGetDualHysteresisFiltered3DConnex (Volume *vol, int connectivity, int how, float threshold, int mode, int param) |
| |
| int | VipHysteresisPercentThresholding (Volume *vol, int connectivity, int how, int connex_mode, int low_percent, int high_percent, int mode, int param) |
| |
| int | VipHysteresisThresholding (Volume *vol, int connectivity, int how, int connex_mode, float low_threshold, float high_threshold, int mode, int param) |
| |
| int | VipConnexVolumeFilter (Volume *vol, int connectivity, int how, int mode) |
| |
◆ CONNECTIVITY_18
| #define CONNECTIVITY_18 18 |
◆ CONNECTIVITY_26
| #define CONNECTIVITY_26 26 |
◆ CONNECTIVITY_2x26
| #define CONNECTIVITY_2x26 124 |
◆ CONNECTIVITY_3x26
| #define CONNECTIVITY_3x26 342 |
◆ CONNECTIVITY_4
◆ CONNECTIVITY_4_CORONAL
| #define CONNECTIVITY_4_CORONAL 41 |
◆ CONNECTIVITY_4_SAGITTAL
| #define CONNECTIVITY_4_SAGITTAL 40 |
◆ CONNECTIVITY_4x26
| #define CONNECTIVITY_4x26 728 |
◆ CONNECTIVITY_6
◆ CONNECTIVITY_8
◆ CONNECTIVITY_8_CORONAL
| #define CONNECTIVITY_8_CORONAL 81 |
◆ CONNECTIVITY_8_SAGITTAL
| #define CONNECTIVITY_8_SAGITTAL 80 |
◆ CONNEX_BINARY
◆ CONNEX_GREYLEVEL
| #define CONNEX_GREYLEVEL 31 |
◆ CONNEX_LABEL
◆ CONNEX_ORDER
◆ HYSTE_NUMBER
◆ HYSTE_PERCENT
◆ VipConnexVolumeFilter()
| int VipConnexVolumeFilter |
( |
Volume * | vol, |
|
|
int | connectivity, |
|
|
int | how, |
|
|
int | mode ) |
◆ VipConvertStringToConnectivity()
| int VipConvertStringToConnectivity |
( |
char * | thestring | ) |
|
◆ VipFreeConnectivityStruct()
◆ VipGetConnectivityStruct()
◆ VipGetDualFiltered3DConnex()
| Vip3DBucket_S16BIT * VipGetDualFiltered3DConnex |
( |
Volume * | vol, |
|
|
int | connectivity, |
|
|
int | how ) |
◆ VipGetDualHysteresisFiltered3DConnex()
| Vip3DBucket_S16BIT * VipGetDualHysteresisFiltered3DConnex |
( |
Volume * | vol, |
|
|
int | connectivity, |
|
|
int | how, |
|
|
float | threshold, |
|
|
int | mode, |
|
|
int | param ) |
◆ VipGetFiltered3DConnex()
| Vip3DBucket_S16BIT * VipGetFiltered3DConnex |
( |
Volume * | vol, |
|
|
int | connectivity, |
|
|
int | how ) |
◆ VipGetHysteresisFiltered3DConnex()
| Vip3DBucket_S16BIT * VipGetHysteresisFiltered3DConnex |
( |
Volume * | vol, |
|
|
int | connectivity, |
|
|
int | how, |
|
|
float | threshold, |
|
|
int | mode, |
|
|
int | param ) |
◆ VipHysteresisPercentThresholding()
| int VipHysteresisPercentThresholding |
( |
Volume * | vol, |
|
|
int | connectivity, |
|
|
int | how, |
|
|
int | connex_mode, |
|
|
int | low_percent, |
|
|
int | high_percent, |
|
|
int | mode, |
|
|
int | param ) |
◆ VipHysteresisThresholding()
| int VipHysteresisThresholding |
( |
Volume * | vol, |
|
|
int | connectivity, |
|
|
int | how, |
|
|
int | connex_mode, |
|
|
float | low_threshold, |
|
|
float | high_threshold, |
|
|
int | mode, |
|
|
int | param ) |
◆ VipTestCoordBucketConnectedToLabel()