|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkProperties.h"#include "mitkCommandLineParser.h"#include "mitkIOUtil.h"#include <mitkOtsuSegmentationFilter.h>#include "mitkLabelSetImage.h"#include "mitkImageCast.h"#include "mitkImageTimeSelector.h"#include "mitkITKImageImport.h"#include "mitkImageAccessByItk.h"#include <mitkMorphologicalOperations.h>#include <itkConnectedThresholdImageFilter.h>#include <itkImageRegionConstIterator.h>Go to the source code of this file.
Functions | |
| template<typename TPixel , unsigned int VImageDimension> | |
| void | GetMinimum (itk::Image< TPixel, VImageDimension > *itkImage, double &minimum) |
| template<typename TPixel , unsigned int VImageDimension> | |
| void | StartRegionGrowing (itk::Image< TPixel, VImageDimension > *itkImage, mitk::Image::Pointer &result) |
| int | main (int argc, char *argv[]) |
| void GetMinimum | ( | itk::Image< TPixel, VImageDimension > * | itkImage, |
| double & | minimum | ||
| ) |
Definition at line 32 of file CLLungSegmentation.cpp.
References max().
Referenced by main(), mitkAbstractTransformGeometryTest(), and mitkVtkAbstractTransformPlaneGeometryTest().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 120 of file CLLungSegmentation.cpp.
References AccessByItk_1, AccessFixedTypeByItk_n, mitkCommandLineParser::addArgument(), us::any_cast(), mitkCommandLineParser::Bool, mitk::MorphologicalOperations::Closing(), mitkCommandLineParser::Directory, mitkCommandLineParser::File, mitk::MorphologicalOperations::FillHoles(), GetMinimum(), mitkCommandLineParser::helpText(), image, mitkCommandLineParser::Input, MITK_INFO, mitkThrow, mitk::LabelSetImage::New(), mitk::OtsuSegmentationFilter::New(), offset, outFileName, mitkCommandLineParser::Output, mitkCommandLineParser::parseArguments(), mitk::IOUtil::Save(), mitkCommandLineParser::setArgumentPrefix(), mitkCommandLineParser::setCategory(), mitkCommandLineParser::setContributor(), mitkCommandLineParser::setDescription(), mitkCommandLineParser::setTitle(), and StartRegionGrowing().
| void StartRegionGrowing | ( | itk::Image< TPixel, VImageDimension > * | itkImage, |
| mitk::Image::Pointer & | result | ||
| ) |
Definition at line 47 of file CLLungSegmentation.cpp.
References mitk::CastToMitkImage(), and MITK_INFO.
Referenced by main(), and QmitkAdaptiveRegionGrowingToolGUI::RunSegmentation().