plastimatch
Loading...
Searching...
No Matches
itk_mask.cxx File Reference
#include "plmutil_config.h"
#include "itkImageRegionIterator.h"
#include "itk_image_header_compare.h"
#include "itk_resample.h"
#include "itk_mask.h"

Functions

template<class T >
mask_image (T input, UCharImageType::Pointer mask, Mask_operation mask_operation, float mask_value)
 
template UCharImageType::Pointer mask_image (UCharImageType::Pointer, UCharImageType::Pointer, Mask_operation, float)
 
template UShortImageType::Pointer mask_image (UShortImageType::Pointer, UCharImageType::Pointer, Mask_operation, float)
 
template ShortImageType::Pointer mask_image (ShortImageType::Pointer, UCharImageType::Pointer, Mask_operation, float)
 
template UInt32ImageType::Pointer mask_image (UInt32ImageType::Pointer, UCharImageType::Pointer, Mask_operation, float)
 
template FloatImageType::Pointer mask_image (FloatImageType::Pointer, UCharImageType::Pointer, Mask_operation, float)
 

Function Documentation

◆ mask_image() [1/6]

template FloatImageType::Pointer mask_image ( FloatImageType::Pointer ,
UCharImageType::Pointer ,
Mask_operation ,
float  )

◆ mask_image() [2/6]

template ShortImageType::Pointer mask_image ( ShortImageType::Pointer ,
UCharImageType::Pointer ,
Mask_operation ,
float  )

◆ mask_image() [3/6]

template<class T >
T mask_image ( T input,
UCharImageType::Pointer mask,
Mask_operation mask_operation,
float mask_value )

◆ mask_image() [4/6]

template UCharImageType::Pointer mask_image ( UCharImageType::Pointer ,
UCharImageType::Pointer ,
Mask_operation ,
float  )

◆ mask_image() [5/6]

template UInt32ImageType::Pointer mask_image ( UInt32ImageType::Pointer ,
UCharImageType::Pointer ,
Mask_operation ,
float  )

◆ mask_image() [6/6]

template UShortImageType::Pointer mask_image ( UShortImageType::Pointer ,
UCharImageType::Pointer ,
Mask_operation ,
float  )