Files | |
file | test_algorithm.cpp [code] |
file | test_algorithm.h [code] |
file | test_algorithm_plugin.cpp [code] |
file | test_algorithm_plugin.h [code] |
the concrete plugin for TestAlgorithm, providing the methods to create TestAlgorithm, TestConfiguration and TestConfigWidget | |
file | test_configuration.cpp [code] |
file | test_configuration.h [code] |
file | test_configwidget.cpp [code] |
implementation of test_configwidget.h | |
file | test_configwidget.h [code] |
file | threshold_algorithm.cpp [code] |
Implementation of threshold_algorithm.h. | |
file | threshold_algorithm.h [code] |
An algorithm that sets the values of all pixel that are beyond a user defined value range to a user defined default pixel value. | |
file | threshold_config_widget.cpp [code] |
implementation of threshold_config_widget.h | |
file | threshold_config_widget.h [code] |
the implementation of ConfigWidget for the ThresholdAlgorithm. Provides sliders to set minimum, maximum and default grey values | |
file | threshold_configuration.cpp [code] |
the implementation of threshold_configuration.h | |
file | threshold_configuration.h [code] |
The configuration settings that a ThresholdAlgorithm needs and that are set with a ThresholdConfigWidget. | |
file | threshold_plugin.cpp [code] |
file | threshold_plugin.h [code] |
implementation of threshold_plugin.cpp |