Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkThresholdSegmentationFilter Class Reference

mitkThresholdSegmentationFilter - a class implement threshold segmentation arithmetic More...

#include <mitkThresholdSegmentationFilter.h>

Inherits mitkVolumeToVolumeFilter.

Inheritance diagram for mitkThresholdSegmentationFilter:

Inheritance graph
[legend]
Collaboration diagram for mitkThresholdSegmentationFilter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 mitkThresholdSegmentationFilter ()
virtual void PrintSelf (ostream &os)
void SetLowThreshValue (double d)
int GetLowThreshValue ()
void SetHighThreshValue (double d)
int GetHighThreshValue ()

Detailed Description

mitkThresholdSegmentationFilter - a class implement threshold segmentation arithmetic

mitkThresholdSegmentationFilter implement threshold segmentation arithmetic. The output is of the same datatype of the input.


Constructor & Destructor Documentation

mitkThresholdSegmentationFilter::mitkThresholdSegmentationFilter  ) 
 

Constructor of the class


Member Function Documentation

int mitkThresholdSegmentationFilter::GetHighThreshValue  )  [inline]
 

Get the high thresh value used by this class

Returns:
Return the high thresh value

int mitkThresholdSegmentationFilter::GetLowThreshValue  )  [inline]
 

Get the low thresh value used by this class

Returns:
Return the low thresh value

virtual void mitkThresholdSegmentationFilter::PrintSelf ostream &  os  )  [inline, virtual]
 

Print the necessary information about this object for the debugging purpose.

Parameters:
os The specified ostream to output information.

Reimplemented from mitkVolumeToVolumeFilter.

void mitkThresholdSegmentationFilter::SetHighThreshValue double  d  )  [inline]
 

Set the high thresh value. Pixels whose values are higher than it are set to zero.

Parameters:
d Represent the high thresh value

void mitkThresholdSegmentationFilter::SetLowThreshValue double  d  )  [inline]
 

Set the low thresh value. Pixels whose values are smaller than it are set to zero.

Parameters:
d Represent the low thresh value


The documentation for this class was generated from the following file:
Generated on Tue Feb 25 15:06:42 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3