Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::RegionVoxelCounter< TPixel, VImageDimension > Class Template Reference

#include <mitkRegionVoxelCounter.h>

Public Types

typedef itk::Image< TPixel, VImageDimension > ImageType
 

Public Member Functions

void SetRegion (typename ImageType::RegionType)
 
void SetImage (itk::Image< TPixel, VImageDimension > *)
 
int VoxelWithValue (int value)
 Counts all voxels with the chosen value in the set region. More...
 
double PercentageVoxelWithValueZeroExcluded (int value)
 Gives back the percentage of the number of voxels with the chosen value in comparison to the number of voxels with other values (except zero) More...
 

Detailed Description

template<typename TPixel, unsigned int VImageDimension>
class mitk::RegionVoxelCounter< TPixel, VImageDimension >

Definition at line 29 of file mitkRegionVoxelCounter.h.

Member Typedef Documentation

template<typename TPixel, unsigned int VImageDimension>
typedef itk::Image< TPixel, VImageDimension > mitk::RegionVoxelCounter< TPixel, VImageDimension >::ImageType

Definition at line 32 of file mitkRegionVoxelCounter.h.

Member Function Documentation

template<typename TPixel , unsigned int VImageDimension>
double mitk::RegionVoxelCounter< TPixel, VImageDimension >::PercentageVoxelWithValueZeroExcluded ( int  value)

Gives back the percentage of the number of voxels with the chosen value in comparison to the number of voxels with other values (except zero)

Definition at line 54 of file mitkRegionVoxelCounter.cpp.


The documentation for this class was generated from the following files: