Go to the source code of this file.
|
| Pyramid * | VipPutVolumeInPyramidAndCreatePyramid (Volume *vol, int NbLevel, int type) |
| |
| PyramidVolume * | VipCreateEmptyPyramidVolume () |
| |
| PyramidVolume * | VipCreatePyramidVolumeLikePyramid (PyramidVolume *pyr) |
| |
| PyramidVolume * | VipCreateVoidPyramidVolumeLikePyramid (PyramidVolume *pyr) |
| |
| int | VipAllocateDataSpacePyramidVolume (PyramidVolume *pyr) |
| |
| PyramidVolume * | VipConvertVolumeToPyramidVolume (Volume *vol) |
| |
| Vip_S16BIT | VipGetPyramidMean (Vip_S16BIT medtab[], int nb) |
| |
| Vip_S16BIT | VipGetPyramidMedian (Vip_S16BIT medtab[], int nb) |
| |
| Vip_S16BIT | VipGetPyramidMax (Vip_S16BIT medtab[], int nb) |
| |
| PyramidVolume * | VipGetUpLevelPyramidVolume (PyramidVolume *down, int type) |
| |
| PyramidVolume * | VipGetDownLevelPyramidVolume (PyramidVolume *up) |
| |
| Volume * | VipCreateEmptyVolume () |
| |
| Volume * | VipConvertPyramidVolumeToVolume (PyramidVolume *pyr) |
| |
| int | VipAllocateDataSpacePyramid (Pyramid *pyr, int nb_level) |
| |
| Pyramid * | VipCreateEmptyPyramid (int NbLevel) |
| |
| Pyramid * | VipGetPyramid (Volume *vol, int nlevel, int type) |
| |
| void | VipCopyPyramidImageInfoStructure (Pyramid *pyr, Pyramid *pyrlab, int n) |
| |
| void | VipFreePyramid (Pyramid *pyr) |
| |
| int | VipConstructPyramid (Pyramid *pyr, int type) |
| |
| Pyramid * | VipReadVolumeInPyramid (char *name, int borderWidth, int NbLevel) |
| |
| Pyramid * | VipReadTopLevelVolumeInPyramid (char *name, int borderWidth, int NbLevel) |
| |
| Pyramid * | VipReadVolumeInPyramidAndCreatePyramid (char *name, int border, int NbLevel, int type) |
| |
| int | VipWritePyramidImageVolume (char *name, Pyramid *pyr, int level) |
| |
| int | VipWritePyramidLabelVolume (char *name, Pyramid *pyr, int level) |
| |
| int | VipWritePyramidVolumes (char *name, Pyramid *pyr) |
| |
◆ PYR_MAX
◆ PYR_MEAN
◆ PYR_MEDIAN
◆ Pyramid
◆ PyramidVolume
◆ VipAllocateDataSpacePyramid()
| int VipAllocateDataSpacePyramid |
( |
Pyramid * | pyr, |
|
|
int | nb_level ) |
|
extern |
◆ VipAllocateDataSpacePyramidVolume()
◆ VipConstructPyramid()
| int VipConstructPyramid |
( |
Pyramid * | pyr, |
|
|
int | type ) |
|
extern |
◆ VipConvertPyramidVolumeToVolume()
◆ VipConvertVolumeToPyramidVolume()
◆ VipCopyPyramidImageInfoStructure()
| void VipCopyPyramidImageInfoStructure |
( |
Pyramid * | pyr, |
|
|
Pyramid * | pyrlab, |
|
|
int | n ) |
|
extern |
◆ VipCreateEmptyPyramid()
| Pyramid * VipCreateEmptyPyramid |
( |
int | NbLevel | ) |
|
|
extern |
◆ VipCreateEmptyPyramidVolume()
◆ VipCreateEmptyVolume()
| Volume * VipCreateEmptyVolume |
( |
| ) |
|
|
extern |
◆ VipCreatePyramidVolumeLikePyramid()
◆ VipCreateVoidPyramidVolumeLikePyramid()
◆ VipFreePyramid()
| void VipFreePyramid |
( |
Pyramid * | pyr | ) |
|
|
extern |
◆ VipGetDownLevelPyramidVolume()
◆ VipGetPyramid()
◆ VipGetPyramidMax()
◆ VipGetPyramidMean()
◆ VipGetPyramidMedian()
◆ VipGetUpLevelPyramidVolume()
◆ VipPutVolumeInPyramidAndCreatePyramid()
| Pyramid * VipPutVolumeInPyramidAndCreatePyramid |
( |
Volume * | vol, |
|
|
int | NbLevel, |
|
|
int | type ) |
|
extern |
◆ VipReadTopLevelVolumeInPyramid()
| Pyramid * VipReadTopLevelVolumeInPyramid |
( |
char * | name, |
|
|
int | borderWidth, |
|
|
int | NbLevel ) |
|
extern |
◆ VipReadVolumeInPyramid()
| Pyramid * VipReadVolumeInPyramid |
( |
char * | name, |
|
|
int | borderWidth, |
|
|
int | NbLevel ) |
|
extern |
◆ VipReadVolumeInPyramidAndCreatePyramid()
| Pyramid * VipReadVolumeInPyramidAndCreatePyramid |
( |
char * | name, |
|
|
int | border, |
|
|
int | NbLevel, |
|
|
int | type ) |
|
extern |
◆ VipWritePyramidImageVolume()
| int VipWritePyramidImageVolume |
( |
char * | name, |
|
|
Pyramid * | pyr, |
|
|
int | level ) |
|
extern |
◆ VipWritePyramidLabelVolume()
| int VipWritePyramidLabelVolume |
( |
char * | name, |
|
|
Pyramid * | pyr, |
|
|
int | level ) |
|
extern |
◆ VipWritePyramidVolumes()
| int VipWritePyramidVolumes |
( |
char * | name, |
|
|
Pyramid * | pyr ) |
|
extern |