Medical Imaging Interaction Toolkit  2023.12.99-7272c57d
Medical Imaging Interaction Toolkit
itk Namespace Reference

SET FUNCTIONS. More...

Namespaces

 Functor
 
 Statistics
 

Classes

class  AdaptiveThresholdIterator
 Iterates over an image using a variable image function, which threshold can be varied during the iteration process. More...
 
class  ConnectedAdaptiveThresholdImageFilter
 ImageFilter used for processing an image with an adaptive iterator (such as itkAdaptiveThresholdIterator) More...
 
class  ContourExtractor2DImageFilter
 Computes a list of PolyLineParametricPath objects from the contours in a 2D image. More...
 
class  FFTImageFilterInitFactoryRegisterManager
 
class  ImageIOFactoryRegisterManager
 
class  ImageToPathFilter
 Base class for filters that take an image as input and produce an path as output. More...
 
class  ImportMitkImageContainer
 
class  IntelligentBinaryClosingFilter
 
class  LabelSampler
 
class  LineHistogramBasedMassImageFilter
 
class  LocalIntensityFilter
 
class  LocalStatisticFilter
 
class  LocalVariationImageFilter
 Calculates the local variation in each pixel. More...
 
class  MaskedNaryStatisticsImageFilter
 Computes a masked statistic on N images and produces vectors of those statistic results. More...
 
class  MaskedStatisticsImageFilter
 Compute min. max, variance and mean of an (masked) Image. More...
 
class  MaskImageFilter2
 
class  MeshIOFactoryRegisterManager
 
class  MinMaxImageFilterWithIndex
 
class  MinMaxLabelImageFilterWithIndex
 
class  MultiGaussianImageSource
 Generate an 3-dimensional multigaussian image. More...
 
class  MultiHistogramFilter
 
class  MultiOutputNaryFunctorImageFilter
 Perform a generic pixel-wise operation on N images and produces m output images. More...
 
class  MutexLockHolder
 
class  NeighborhoodFunctorImageFilter
 
class  ShortestPathCostFunction
 
class  ShortestPathCostFunctionLiveWire
 Cost function for LiveWire purposes. Specific features are considered to calculate cummulative costs of a link between two pixels. These are: More...
 
class  ShortestPathCostFunctionTbss
 
class  ShortestPathImageFilter
 
class  ShortestPathNode
 
class  SmartPointer
 
class  SmoothedClassProbabilites
 
class  SquaredEuclideanMetric
 
class  StitchImageFilter
 ITK filter that resamples/stitches multiple images into a given reference geometry. More...
 
class  TotalVariationDenoisingImageFilter
 Applies a total variation denoising filter to an image. More...
 
class  TotalVariationSingleIterationImageFilter
 Applies a total variation denoising filter to an image. More...
 
class  TransformIOFactoryRegisterManager
 
class  VariableLengthVector
 
class  VtkAbstractTransform
 Adapter from vtkAbstractTransform to itk::Transform<TScalarType, 3, 3> More...
 

Typedefs

typedef double DistanceType
 
typedef unsigned int NodeNumType
 

Enumerations

enum  StitchStrategy { StitchStrategy::Mean, StitchStrategy::BorderDistance }
 

Functions

template<typename TComponent >
void to_json (nlohmann::json &j, const RGBPixel< TComponent > &c)
 
template<typename TComponent >
void from_json (const nlohmann::json &j, RGBPixel< TComponent > &c)
 
std::ostream & operator<< (std::ostream &os, const itk::StitchStrategy &strategy)
 
void ITK_ABI_IMPORT VnlFFTImageFilterInitFactoryRegister__Private ()
 
const FFTImageFilterInitFactoryRegisterManager FFTImageFilterInitFactoryRegisterManagerInstance (FFTImageFilterInitFactoryRegisterList)
 
void ITK_ABI_IMPORT BMPImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT BioRadImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT Bruker2dseqImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT GDCMImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT GE4ImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT GE5ImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT GiplImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT HDF5ImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT JPEGImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT JPEG2000ImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT LSMImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT MINCImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT MRCImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT MetaImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT NiftiImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT NrrdImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT PNGImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT StimulateImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT TIFFImageIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT VTKImageIOFactoryRegister__Private ()
 
const ImageIOFactoryRegisterManager ImageIOFactoryRegisterManagerInstance (ImageIOFactoryRegisterRegisterList)
 
void ITK_ABI_IMPORT BYUMeshIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT FreeSurferAsciiMeshIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT FreeSurferBinaryMeshIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT GiftiMeshIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT OBJMeshIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT OFFMeshIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT VTKPolyDataMeshIOFactoryRegister__Private ()
 
const MeshIOFactoryRegisterManager MeshIOFactoryRegisterManagerInstance (MeshIOFactoryRegisterRegisterList)
 
void ITK_ABI_IMPORT HDF5TransformIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT MatlabTransformIOFactoryRegister__Private ()
 
void ITK_ABI_IMPORT TxtTransformIOFactoryRegister__Private ()
 
const TransformIOFactoryRegisterManager TransformIOFactoryRegisterManagerInstance (TransformIOFactoryRegisterRegisterList)
 

Variables

template<class TPixel , unsigned int VImageDimension>
class ITK_EXPORT Image
 
void(*const FFTImageFilterInitFactoryRegisterList [])(void)
 
void(*const ImageIOFactoryRegisterRegisterList [])(void)
 
void(*const MeshIOFactoryRegisterRegisterList [])(void)
 
void(*const TransformIOFactoryRegisterRegisterList [])(void)
 

Detailed Description

SET FUNCTIONS.

GET FUNCTIONS

Typedef Documentation

◆ DistanceType

typedef double itk::DistanceType

Definition at line 19 of file itkShortestPathNode.h.

◆ NodeNumType

typedef unsigned int itk::NodeNumType

Definition at line 21 of file itkShortestPathNode.h.

Enumeration Type Documentation

◆ StitchStrategy

enum itk::StitchStrategy
strong
Enumerator
Mean 
BorderDistance 

Definition at line 28 of file itkStitchImageFilter.h.

Function Documentation

◆ BioRadImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::BioRadImageIOFactoryRegister__Private ( )

◆ BMPImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::BMPImageIOFactoryRegister__Private ( )

◆ Bruker2dseqImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::Bruker2dseqImageIOFactoryRegister__Private ( )

◆ BYUMeshIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::BYUMeshIOFactoryRegister__Private ( )

◆ FFTImageFilterInitFactoryRegisterManagerInstance()

const FFTImageFilterInitFactoryRegisterManager itk::FFTImageFilterInitFactoryRegisterManagerInstance ( FFTImageFilterInitFactoryRegisterList  )

◆ FreeSurferAsciiMeshIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::FreeSurferAsciiMeshIOFactoryRegister__Private ( )

◆ FreeSurferBinaryMeshIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::FreeSurferBinaryMeshIOFactoryRegister__Private ( )

◆ from_json()

template<typename TComponent >
void itk::from_json ( const nlohmann::json j,
RGBPixel< TComponent > &  c 
)

Definition at line 114 of file mitkColorProperty.h.

◆ GDCMImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::GDCMImageIOFactoryRegister__Private ( )

◆ GE4ImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::GE4ImageIOFactoryRegister__Private ( )

◆ GE5ImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::GE5ImageIOFactoryRegister__Private ( )

◆ GiftiMeshIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::GiftiMeshIOFactoryRegister__Private ( )

◆ GiplImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::GiplImageIOFactoryRegister__Private ( )

◆ HDF5ImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::HDF5ImageIOFactoryRegister__Private ( )

◆ HDF5TransformIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::HDF5TransformIOFactoryRegister__Private ( )

◆ ImageIOFactoryRegisterManagerInstance()

const ImageIOFactoryRegisterManager itk::ImageIOFactoryRegisterManagerInstance ( ImageIOFactoryRegisterRegisterList  )

◆ JPEG2000ImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::JPEG2000ImageIOFactoryRegister__Private ( )

◆ JPEGImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::JPEGImageIOFactoryRegister__Private ( )

◆ LSMImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::LSMImageIOFactoryRegister__Private ( )

◆ MatlabTransformIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::MatlabTransformIOFactoryRegister__Private ( )

◆ MeshIOFactoryRegisterManagerInstance()

const MeshIOFactoryRegisterManager itk::MeshIOFactoryRegisterManagerInstance ( MeshIOFactoryRegisterRegisterList  )

◆ MetaImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::MetaImageIOFactoryRegister__Private ( )

◆ MINCImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::MINCImageIOFactoryRegister__Private ( )

◆ MRCImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::MRCImageIOFactoryRegister__Private ( )

◆ NiftiImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::NiftiImageIOFactoryRegister__Private ( )

◆ NrrdImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::NrrdImageIOFactoryRegister__Private ( )

◆ OBJMeshIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::OBJMeshIOFactoryRegister__Private ( )

◆ OFFMeshIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::OFFMeshIOFactoryRegister__Private ( )

◆ operator<<()

std::ostream& itk::operator<< ( std::ostream &  os,
const itk::StitchStrategy strategy 
)

Definition at line 34 of file itkStitchImageFilter.h.

References BorderDistance, and Mean.

◆ PNGImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::PNGImageIOFactoryRegister__Private ( )

◆ StimulateImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::StimulateImageIOFactoryRegister__Private ( )

◆ TIFFImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::TIFFImageIOFactoryRegister__Private ( )

◆ to_json()

template<typename TComponent >
void itk::to_json ( nlohmann::json j,
const RGBPixel< TComponent > &  c 
)

Definition at line 105 of file mitkColorProperty.h.

◆ TransformIOFactoryRegisterManagerInstance()

const TransformIOFactoryRegisterManager itk::TransformIOFactoryRegisterManagerInstance ( TransformIOFactoryRegisterRegisterList  )

◆ TxtTransformIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::TxtTransformIOFactoryRegister__Private ( )

◆ VnlFFTImageFilterInitFactoryRegister__Private()

void ITK_ABI_IMPORT itk::VnlFFTImageFilterInitFactoryRegister__Private ( )

◆ VTKImageIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::VTKImageIOFactoryRegister__Private ( )

◆ VTKPolyDataMeshIOFactoryRegister__Private()

void ITK_ABI_IMPORT itk::VTKPolyDataMeshIOFactoryRegister__Private ( )

Variable Documentation

◆ FFTImageFilterInitFactoryRegisterList

void(* const itk::FFTImageFilterInitFactoryRegisterList[])(void)

◆ Image

template<class TPixel , unsigned int VImageDimension>
class ITK_EXPORT itk::Image

Definition at line 25 of file mitkGeometryClipImageFilter.h.

◆ ImageIOFactoryRegisterRegisterList

void(* const itk::ImageIOFactoryRegisterRegisterList[])(void)

Definition at line 49 of file itkImageIOFactoryRegisterManager.h.

◆ MeshIOFactoryRegisterRegisterList

void(* const itk::MeshIOFactoryRegisterRegisterList[])(void)

Definition at line 49 of file itkMeshIOFactoryRegisterManager.h.

◆ TransformIOFactoryRegisterRegisterList

void(* const itk::TransformIOFactoryRegisterRegisterList[])(void)

Definition at line 49 of file itkTransformIOFactoryRegisterManager.h.