#include <math.h>
#include <vip/volume.h>
#include <vip/util.h>
#include <vip/connex.h>
#include <vip/alloc.h>
#include <vip/bucket.h>
Go to the source code of this file.
|
| Vip3DBucket_S16BIT * | VipGetSingleLabelContour (Volume *vol, int label, int connexite) |
| |
| Volume * | VipGetMultipleLabelContourBucketsAndVolume (Volume *vol, Vip3DBucketVector_S16BIT *bucket, int *label, int *label_col, int nb_label, int connexite) |
| |
| Volume * | VipGetMultipleLabelContourVolume (Volume *vol, int *label, int *label_col, int nb_label, int connexite) |
| |
◆ VipGetMultipleLabelContourBucketsAndVolume()
| Volume * VipGetMultipleLabelContourBucketsAndVolume |
( |
Volume * | vol, |
|
|
Vip3DBucketVector_S16BIT * | bucket, |
|
|
int * | label, |
|
|
int * | label_col, |
|
|
int | nb_label, |
|
|
int | connexite ) |
|
extern |
◆ VipGetMultipleLabelContourVolume()
| Volume * VipGetMultipleLabelContourVolume |
( |
Volume * | vol, |
|
|
int * | label, |
|
|
int * | label_col, |
|
|
int | nb_label, |
|
|
int | connexite ) |
|
extern |
◆ VipGetSingleLabelContour()
| Vip3DBucket_S16BIT * VipGetSingleLabelContour |
( |
Volume * | vol, |
|
|
int | label, |
|
|
int | connexite ) |
|
extern |