|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkBinaryThresholdULTool.h"#include "mitkToolManager.h"#include "mitkColorProperty.h"#include "mitkLevelWindowProperty.h"#include "mitkProperties.h"#include "mitkDataStorage.h"#include "mitkRenderingManager.h"#include <mitkSliceNavigationController.h>#include "mitkImageAccessByItk.h"#include "mitkImageCast.h"#include "mitkImageStatisticsHolder.h"#include "mitkImageTimeSelector.h"#include "mitkLabelSetImage.h"#include "mitkMaskAndCutRoiImageFilter.h"#include "mitkPadImageFilter.h"#include <itkBinaryThresholdImageFilter.h>#include <itkImageRegionIterator.h>#include "usGetModuleContext.h"#include "usModule.h"#include "usModuleContext.h"#include "usModuleResource.h"Go to the source code of this file.
Namespaces | |
| mitk | |
| DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
| template<typename TPixel , unsigned int VImageDimension> | |
| static void | ITKSetVolume (itk::Image< TPixel, VImageDimension > *originalImage, mitk::Image *segmentation, unsigned int timeStep) |
| template<typename TPixel , unsigned int VImageDimension> | |
| static void | ITKThresholding (itk::Image< TPixel, VImageDimension > *originalImage, mitk::Image *segmentation, double lower, double upper, unsigned int timeStep) |
| template<typename TPixel , unsigned int VImageDimension> | |
| static void | ITKThresholdingOldBinary (itk::Image< TPixel, VImageDimension > *originalImage, mitk::Image *segmentation, double lower, double upper, unsigned int timeStep) |
Variables | |
| static BinaryThresholdULToolRegistrationMethod | mitk::somestaticinitializer_BinaryThresholdULTool |
|
static |
Definition at line 233 of file mitkBinaryThresholdULTool.cpp.
References mitk::Image::SetVolume().
Referenced by mitk::BinaryThresholdULTool::CreateNewSegmentationFromThreshold().
|
static |
Definition at line 334 of file mitkBinaryThresholdULTool.cpp.
References mitk::Image::SetVolume().
Referenced by QmitkAdaptiveRegionGrowingToolGUI::ConfirmSegmentation(), and mitk::BinaryThresholdULTool::UpdatePreview().
|
static |
Definition at line 356 of file mitkBinaryThresholdULTool.cpp.
References mitk::Image::SetVolume().
Referenced by mitk::BinaryThresholdULTool::UpdatePreview().