#include <mitkEuclideanSkeletonFeatureExtraction.h>
Inherits mitkICVolume.
Inheritance diagram for mitkEuclideanSkeletonFeature:
Public Member Functions | |
void | GetSkeletonPosition (unsigned skeletonIndex, int &posX, int &posY, int &posZ) |
void | GetSkeletonPosition (unsigned skeletonIndex, int pos[3]) |
unsigned | AddDescriptor (const Descriptor &descriptor) |
unsigned | GetNumberOfDescriptors () |
Descriptor & | GetDescriptor (unsigned index) |
void | RemoveAllDescriptors () |
mitkEuclideanSkeletonFeature is a data structure representing a decomposed volume
|
Add a structure descriptor into the data structure |
|
Return a specific structure descriptor
|
|
Return the number of descriptors in the data structure
|
|
Return the position of the skeleton center of a area , returns the position of the skeleton center of a area |
|
Return the position of the skeleton center of a area , posY, posZ, return the position of the skeleton center of a area |
|
Remove all the descriptors from the data structure |