|
plastimatch
|
#include "plmutil_config.h"#include "itkContinuousIndex.h"#include "itkRegionOfInterestImageFilter.h"#include "itkImage.h"#include "clamp.h"#include "itk_bbox.h"#include "itk_crop.h"#include "itk_image_type.h"Functions | |
| template<class T> | |
| T | itk_crop_by_index (T &image, const int new_size[6]) |
| template<class T> | |
| T | itk_crop_by_coord (T &image, const float new_size[6]) |
| template<class T> | |
| T | itk_crop_by_image (T &image, const UCharImageType::Pointer &bbox_image) |
| template CharImageType::Pointer | itk_crop_by_index (CharImageType::Pointer &, const int *) |
| template UCharImageType::Pointer | itk_crop_by_index (UCharImageType::Pointer &, const int *) |
| template ShortImageType::Pointer | itk_crop_by_index (ShortImageType::Pointer &, const int *) |
| template UShortImageType::Pointer | itk_crop_by_index (UShortImageType::Pointer &, const int *) |
| template Int32ImageType::Pointer | itk_crop_by_index (Int32ImageType::Pointer &, const int *) |
| template UInt32ImageType::Pointer | itk_crop_by_index (UInt32ImageType::Pointer &, const int *) |
| template FloatImageType::Pointer | itk_crop_by_index (FloatImageType::Pointer &, const int *) |
| template DoubleImageType::Pointer | itk_crop_by_index (DoubleImageType::Pointer &, const int *) |
| template UCharVecImageType::Pointer | itk_crop_by_index (UCharVecImageType::Pointer &, const int *) |
| template CharImageType::Pointer | itk_crop_by_coord (CharImageType::Pointer &, const float *) |
| template UCharImageType::Pointer | itk_crop_by_coord (UCharImageType::Pointer &, const float *) |
| template ShortImageType::Pointer | itk_crop_by_coord (ShortImageType::Pointer &, const float *) |
| template UShortImageType::Pointer | itk_crop_by_coord (UShortImageType::Pointer &, const float *) |
| template Int32ImageType::Pointer | itk_crop_by_coord (Int32ImageType::Pointer &, const float *) |
| template UInt32ImageType::Pointer | itk_crop_by_coord (UInt32ImageType::Pointer &, const float *) |
| template FloatImageType::Pointer | itk_crop_by_coord (FloatImageType::Pointer &, const float *) |
| template DoubleImageType::Pointer | itk_crop_by_coord (DoubleImageType::Pointer &, const float *) |
| template UCharVecImageType::Pointer | itk_crop_by_coord (UCharVecImageType::Pointer &, const float *) |
| template CharImageType::Pointer | itk_crop_by_image (CharImageType::Pointer &, const UCharImageType::Pointer &) |
| template UCharImageType::Pointer | itk_crop_by_image (UCharImageType::Pointer &, const UCharImageType::Pointer &) |
| template ShortImageType::Pointer | itk_crop_by_image (ShortImageType::Pointer &, const UCharImageType::Pointer &) |
| template UShortImageType::Pointer | itk_crop_by_image (UShortImageType::Pointer &, const UCharImageType::Pointer &) |
| template Int32ImageType::Pointer | itk_crop_by_image (Int32ImageType::Pointer &, const UCharImageType::Pointer &) |
| template UInt32ImageType::Pointer | itk_crop_by_image (UInt32ImageType::Pointer &, const UCharImageType::Pointer &) |
| template FloatImageType::Pointer | itk_crop_by_image (FloatImageType::Pointer &, const UCharImageType::Pointer &) |
| template DoubleImageType::Pointer | itk_crop_by_image (DoubleImageType::Pointer &, const UCharImageType::Pointer &) |
| template UCharVecImageType::Pointer | itk_crop_by_image (UCharVecImageType::Pointer &, const UCharImageType::Pointer &) |
| template CharImageType::Pointer itk_crop_by_coord | ( | CharImageType::Pointer & | , |
| const float * | ) |
| template DoubleImageType::Pointer itk_crop_by_coord | ( | DoubleImageType::Pointer & | , |
| const float * | ) |
| template FloatImageType::Pointer itk_crop_by_coord | ( | FloatImageType::Pointer & | , |
| const float * | ) |
| template Int32ImageType::Pointer itk_crop_by_coord | ( | Int32ImageType::Pointer & | , |
| const float * | ) |
| template ShortImageType::Pointer itk_crop_by_coord | ( | ShortImageType::Pointer & | , |
| const float * | ) |
| T itk_crop_by_coord | ( | T & | image, |
| const float | new_size[6] ) |
| template UCharImageType::Pointer itk_crop_by_coord | ( | UCharImageType::Pointer & | , |
| const float * | ) |
| template UCharVecImageType::Pointer itk_crop_by_coord | ( | UCharVecImageType::Pointer & | , |
| const float * | ) |
| template UInt32ImageType::Pointer itk_crop_by_coord | ( | UInt32ImageType::Pointer & | , |
| const float * | ) |
| template UShortImageType::Pointer itk_crop_by_coord | ( | UShortImageType::Pointer & | , |
| const float * | ) |
| template CharImageType::Pointer itk_crop_by_image | ( | CharImageType::Pointer & | , |
| const UCharImageType::Pointer & | ) |
| template DoubleImageType::Pointer itk_crop_by_image | ( | DoubleImageType::Pointer & | , |
| const UCharImageType::Pointer & | ) |
| template FloatImageType::Pointer itk_crop_by_image | ( | FloatImageType::Pointer & | , |
| const UCharImageType::Pointer & | ) |
| template Int32ImageType::Pointer itk_crop_by_image | ( | Int32ImageType::Pointer & | , |
| const UCharImageType::Pointer & | ) |
| template ShortImageType::Pointer itk_crop_by_image | ( | ShortImageType::Pointer & | , |
| const UCharImageType::Pointer & | ) |
| T itk_crop_by_image | ( | T & | image, |
| const UCharImageType::Pointer & | bbox_image ) |
| template UCharImageType::Pointer itk_crop_by_image | ( | UCharImageType::Pointer & | , |
| const UCharImageType::Pointer & | ) |
| template UCharVecImageType::Pointer itk_crop_by_image | ( | UCharVecImageType::Pointer & | , |
| const UCharImageType::Pointer & | ) |
| template UInt32ImageType::Pointer itk_crop_by_image | ( | UInt32ImageType::Pointer & | , |
| const UCharImageType::Pointer & | ) |
| template UShortImageType::Pointer itk_crop_by_image | ( | UShortImageType::Pointer & | , |
| const UCharImageType::Pointer & | ) |
| template CharImageType::Pointer itk_crop_by_index | ( | CharImageType::Pointer & | , |
| const int * | ) |
| template DoubleImageType::Pointer itk_crop_by_index | ( | DoubleImageType::Pointer & | , |
| const int * | ) |
| template FloatImageType::Pointer itk_crop_by_index | ( | FloatImageType::Pointer & | , |
| const int * | ) |
| template Int32ImageType::Pointer itk_crop_by_index | ( | Int32ImageType::Pointer & | , |
| const int * | ) |
| template ShortImageType::Pointer itk_crop_by_index | ( | ShortImageType::Pointer & | , |
| const int * | ) |
| T itk_crop_by_index | ( | T & | image, |
| const int | new_size[6] ) |
| template UCharImageType::Pointer itk_crop_by_index | ( | UCharImageType::Pointer & | , |
| const int * | ) |
| template UCharVecImageType::Pointer itk_crop_by_index | ( | UCharVecImageType::Pointer & | , |
| const int * | ) |
| template UInt32ImageType::Pointer itk_crop_by_index | ( | UInt32ImageType::Pointer & | , |
| const int * | ) |
| template UShortImageType::Pointer itk_crop_by_index | ( | UShortImageType::Pointer & | , |
| const int * | ) |