Medical Imaging Interaction Toolkit
2016.11.0
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 237 of file mitkBinaryThresholdULTool.cpp.
References mitk::Image::SetVolume().
Referenced by mitk::BinaryThresholdULTool::CreateNewSegmentationFromThreshold().
|
static |
Definition at line 338 of file mitkBinaryThresholdULTool.cpp.
References mitk::New(), and mitk::Image::SetVolume().
Referenced by mitk::FeatureBasedEdgeDetectionFilter::GenerateData(), mitk::BinaryThresholdTool::UpdatePreview(), and mitk::BinaryThresholdULTool::UpdatePreview().
|
static |
Definition at line 360 of file mitkBinaryThresholdULTool.cpp.
References mitk::New(), and mitk::Image::SetVolume().
Referenced by mitk::BinaryThresholdTool::UpdatePreview(), and mitk::BinaryThresholdULTool::UpdatePreview().