plastimatch
|
#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 > | |
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) |
template FloatImageType::Pointer mask_image | ( | FloatImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Mask_operation | , | ||
float | ) |
template ShortImageType::Pointer mask_image | ( | ShortImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Mask_operation | , | ||
float | ) |
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 UInt32ImageType::Pointer mask_image | ( | UInt32ImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Mask_operation | , | ||
float | ) |
template UShortImageType::Pointer mask_image | ( | UShortImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Mask_operation | , | ||
float | ) |