#include <threshold_algorithm.h>
Inherits Algorithm.
Inheritance diagram for ThresholdAlgorithm:
Public Member Functions | |
ThresholdAlgorithm () | |
virtual | ~ThresholdAlgorithm () |
virtual void | run () |
Protected Member Functions | |
ThresholdAlgorithm (ThresholdAlgorithm const &src) | |
template<class DatasetPointerType> | |
void | applyAlgorithm (DatasetPointerType dataset) |
Protected Attributes | |
imedgine::dataset_key_type | dataset_key_ |
the dataset key |
Definition at line 37 of file threshold_algorithm.h.
|
Constructor Definition at line 25 of file threshold_algorithm.cpp. |
|
Destructor Definition at line 40 of file threshold_algorithm.cpp. |
|
Copy constructor Definition at line 34 of file threshold_algorithm.cpp. |
|
Applies the algorithm to the given dataset
Definition at line 96 of file threshold_algorithm.h. References Algorithm::configuration_, ThresholdConfiguration::getDefaultPixelValue(), ThresholdConfiguration::getLowerBound(), and ThresholdConfiguration::getUpperBound(). Here is the call graph for this function: |
|
Execute the algorithm
Implements Algorithm. Definition at line 54 of file threshold_algorithm.cpp. References Algorithm::configuration_. |