#include "../algorithm.h"
#include "threshold_configuration.h"
#include <itkImageRegionIterator.h>
Include dependency graph for threshold_algorithm.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | imedgine |
Classes | |
class | ThresholdAlgorithm |
An algorithm that sets the values of all pixel that are beyond a user defined value range to a user defined default pixel value. More... |
Definition in file threshold_algorithm.h.