#include <mitkConnectivityLabelFilter.h>
Inherits mitkVolumeToVolumeFilter.
Inheritance diagram for mitkConnectivityLabelFilter:
Public Member Functions | |
mitkConnectivityLabelFilter () | |
virtual void | PrintSelf (ostream &os) |
int | GetConnectedRegionNum () |
VectorIndexType | GetVoxelNumOfRegion () |
mitkConnectivityLabelFilter is a class that label each connected region with 1, 2, 3..... Input: an image Output: an image of the same size as the input, containing labels for the connected components in the input.
|
Constructor of the class |
|
Get the number of the connected region
|
|
Get the voxel number in each region
|
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkVolumeToVolumeFilter. |