MITK-IGT
IGT Extension of MITK
|
#include "QmitkUSAbstractNavigationStep.h"
#include <mitkNodePredicateDataType.h>
#include <mitkNodePredicateAnd.h>
#include <mitkNodePredicateOr.h>
#include <mitkPointSet.h>
#include <mitkImage.h>
#include <mitkPlaneFit.h>
#include <itkImage.h>
#include <itkThresholdImageFilter.h>
#include <itkBinaryThresholdImageFilter.h>
#include <itkGradientMagnitudeImageFilter.h>
#include <itkLaplacianRecursiveGaussianImageFilter.h>
#include "itkVotingBinaryIterativeHoleFillingImageFilter.h"
#include <itkBinaryImageToShapeLabelMapFilter.h>
Go to the source code of this file.
Classes | |
class | QmitkUSNavigationStepCtUsRegistration |
Navigation step for marking risk structures. The user can add risk structures by interacting with the render windows. The risk structures are organized in an embedded table view. More... | |
Namespaces | |
namespace | itk |
namespace | mitk |
IGT Exceptions. | |
namespace | Ui |
Typedefs | |
typedef itk::Image< int, 3 > | ImageType |
typedef itk::ThresholdImageFilter< ImageType > | ThresholdImageFilterType |
typedef itk::BinaryThresholdImageFilter< ImageType, ImageType > | BinaryThresholdImageFilterType |
typedef itk::LaplacianRecursiveGaussianImageFilter< ImageType, ImageType > | LaplacianRecursiveGaussianImageFilterType |
typedef itk::VotingBinaryIterativeHoleFillingImageFilter< ImageType > | VotingBinaryIterativeHoleFillingImageFilterType |
typedef itk::BinaryImageToShapeLabelMapFilter< ImageType > | BinaryImageToShapeLabelMapFilterType |
typedef itk::BinaryImageToShapeLabelMapFilter<ImageType> BinaryImageToShapeLabelMapFilterType |
Definition at line 56 of file QmitkUSNavigationStepCtUsRegistration.h.
typedef itk::BinaryThresholdImageFilter<ImageType, ImageType> BinaryThresholdImageFilterType |
Definition at line 53 of file QmitkUSNavigationStepCtUsRegistration.h.
typedef itk::Image<int, 3> ImageType |
Definition at line 51 of file QmitkUSNavigationStepCtUsRegistration.h.
typedef itk::LaplacianRecursiveGaussianImageFilter<ImageType, ImageType> LaplacianRecursiveGaussianImageFilterType |
Definition at line 54 of file QmitkUSNavigationStepCtUsRegistration.h.
typedef itk::ThresholdImageFilter<ImageType> ThresholdImageFilterType |
Definition at line 52 of file QmitkUSNavigationStepCtUsRegistration.h.
typedef itk::VotingBinaryIterativeHoleFillingImageFilter<ImageType> VotingBinaryIterativeHoleFillingImageFilterType |
Definition at line 55 of file QmitkUSNavigationStepCtUsRegistration.h.