Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <mitkGIFGreyLevelSizeZone.h>
#include <mitkITKImageImport.h>
#include <mitkImageCast.h>
#include <mitkImageAccessByItk.h>
#include <itkImageRegionIteratorWithIndex.h>
Go to the source code of this file.
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
static void | MatrixFeaturesTo (mitk::GreyLevelSizeZoneFeatures features, std::string prefix, mitk::GIFGreyLevelSizeZone::FeatureListType &featureList) |
template<typename TPixel , unsigned int VImageDimension> | |
static int | CalculateGlSZMatrix (itk::Image< TPixel, VImageDimension > *itkImage, itk::Image< unsigned short, VImageDimension > *mask, std::vector< itk::Offset< VImageDimension > > offsets, bool estimateLargestRegion, mitk::GreyLevelSizeZoneMatrixHolder &holder) |
static void | CalculateFeatures (mitk::GreyLevelSizeZoneMatrixHolder &holder, mitk::GreyLevelSizeZoneFeatures &results) |
template<typename TPixel , unsigned int VImageDimension> | |
static void | CalculateGreyLevelSizeZoneFeatures (itk::Image< TPixel, VImageDimension > *itkImage, mitk::Image::Pointer mask, mitk::GIFGreyLevelSizeZone::FeatureListType &featureList, mitk::GIFGreyLevelSizeZone::GIFGreyLevelSizeZoneConfiguration config) |
|
static |
Definition at line 213 of file mitkGIFGreyLevelSizeZone.cpp.
|
static |
Definition at line 130 of file mitkGIFGreyLevelSizeZone.cpp.
References offset.
|
static |
Definition at line 302 of file mitkGIFGreyLevelSizeZone.cpp.
References mitk::GIFGreyLevelSizeZone::GIFGreyLevelSizeZoneConfiguration::Bins, mitk::GIFGreyLevelRunLength::CalculateFeatures(), mitk::CastToItkImage(), mitk::GIFGreyLevelSizeZone::GIFGreyLevelSizeZoneConfiguration::direction, MatrixFeaturesTo(), mitk::GIFGreyLevelSizeZone::GIFGreyLevelSizeZoneConfiguration::MaximumIntensity, mitk::GIFGreyLevelSizeZone::GIFGreyLevelSizeZoneConfiguration::MinimumIntensity, MITK_INFO, offset, and mitk::GIFGreyLevelSizeZone::GIFGreyLevelSizeZoneConfiguration::prefix.
Referenced by mitk::GIFGreyLevelSizeZone::CalculateFeatures().
|
static |
Definition at line 361 of file mitkGIFGreyLevelSizeZone.cpp.
Referenced by CalculateGreyLevelSizeZoneFeatures().