plastimatch
|
#include "plmbase_config.h"
#include "itkImage.h"
#include "itkOrientImageFilter.h"
#include "image_stats.h"
#include "itk_image_type.h"
#include "itk_image_stats.h"
#include "itk_image_header_compare.h"
#include "itk_resample.h"
Functions | |
template<class T > | |
void | itk_image_stats (const T &img, Image_stats *image_stats) |
template<class T > | |
void | itk_image_stats (T img, double *min_val, double *max_val, double *avg, int *non_zero, int *num_vox) |
template<class T > | |
void | itk_image_stats (T img, double *min_val, double *max_val, double *avg, int *non_zero, int *num_vox, double *sigma) |
template<class T > | |
void | itk_masked_image_stats (T img, UCharImageType::Pointer mask, Stats_operation stats_operation, double *min_val, double *max_val, double *avg, int *non_zero, int *num_vox) |
template<class T > | |
void | itk_masked_image_stats (T img, UCharImageType::Pointer mask, Stats_operation stats_operation, double *min_val, double *max_val, double *avg, int *non_zero, int *num_vox, double *sigma) |
template void | itk_image_stats (UCharImageType::Pointer, double *, double *, double *, int *, int *) |
template void | itk_image_stats (ShortImageType::Pointer, double *, double *, double *, int *, int *) |
template void | itk_image_stats (Int32ImageType::Pointer, double *, double *, double *, int *, int *) |
template void | itk_image_stats (FloatImageType::Pointer, double *, double *, double *, int *, int *) |
template void | itk_image_stats (UCharImageType::Pointer, double *, double *, double *, int *, int *, double *) |
template void | itk_image_stats (ShortImageType::Pointer, double *, double *, double *, int *, int *, double *) |
template void | itk_image_stats (Int32ImageType::Pointer, double *, double *, double *, int *, int *, double *) |
template void | itk_image_stats (FloatImageType::Pointer, double *, double *, double *, int *, int *, double *) |
template void | itk_image_stats (const UCharImageType::Pointer &, Image_stats *) |
template void | itk_image_stats (const ShortImageType::Pointer &, Image_stats *) |
template void | itk_image_stats (const UShortImageType::Pointer &, Image_stats *) |
template void | itk_image_stats (const Int32ImageType::Pointer &, Image_stats *) |
template void | itk_image_stats (const FloatImageType::Pointer &, Image_stats *) |
template void | itk_masked_image_stats (UCharImageType::Pointer, UCharImageType::Pointer, Stats_operation, double *, double *, double *, int *, int *, double *) |
template void | itk_masked_image_stats (ShortImageType::Pointer, UCharImageType::Pointer, Stats_operation, double *, double *, double *, int *, int *, double *) |
template void | itk_masked_image_stats (Int32ImageType::Pointer, UCharImageType::Pointer, Stats_operation, double *, double *, double *, int *, int *, double *) |
template void | itk_masked_image_stats (FloatImageType::Pointer, UCharImageType::Pointer, Stats_operation, double *, double *, double *, int *, int *, double *) |
template void | itk_masked_image_stats (UCharImageType::Pointer, UCharImageType::Pointer, Stats_operation, double *, double *, double *, int *, int *) |
template void | itk_masked_image_stats (ShortImageType::Pointer, UCharImageType::Pointer, Stats_operation, double *, double *, double *, int *, int *) |
template void | itk_masked_image_stats (Int32ImageType::Pointer, UCharImageType::Pointer, Stats_operation, double *, double *, double *, int *, int *) |
template void | itk_masked_image_stats (FloatImageType::Pointer, UCharImageType::Pointer, Stats_operation, double *, double *, double *, int *, int *) |
template void itk_image_stats | ( | const FloatImageType::Pointer & | , |
Image_stats * | ) |
template void itk_image_stats | ( | const Int32ImageType::Pointer & | , |
Image_stats * | ) |
template void itk_image_stats | ( | const ShortImageType::Pointer & | , |
Image_stats * | ) |
void itk_image_stats | ( | const T & | img, |
Image_stats * | image_stats ) |
template void itk_image_stats | ( | const UCharImageType::Pointer & | , |
Image_stats * | ) |
template void itk_image_stats | ( | const UShortImageType::Pointer & | , |
Image_stats * | ) |
template void itk_image_stats | ( | FloatImageType::Pointer | , |
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | ) |
template void itk_image_stats | ( | FloatImageType::Pointer | , |
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | , | ||
double * | ) |
template void itk_image_stats | ( | Int32ImageType::Pointer | , |
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | ) |
template void itk_image_stats | ( | Int32ImageType::Pointer | , |
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | , | ||
double * | ) |
template void itk_image_stats | ( | ShortImageType::Pointer | , |
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | ) |
template void itk_image_stats | ( | ShortImageType::Pointer | , |
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | , | ||
double * | ) |
void itk_image_stats | ( | T | img, |
double * | min_val, | ||
double * | max_val, | ||
double * | avg, | ||
int * | non_zero, | ||
int * | num_vox ) |
void itk_image_stats | ( | T | img, |
double * | min_val, | ||
double * | max_val, | ||
double * | avg, | ||
int * | non_zero, | ||
int * | num_vox, | ||
double * | sigma ) |
template void itk_image_stats | ( | UCharImageType::Pointer | , |
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | ) |
template void itk_image_stats | ( | UCharImageType::Pointer | , |
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | , | ||
double * | ) |
template void itk_masked_image_stats | ( | FloatImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Stats_operation | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | ) |
template void itk_masked_image_stats | ( | FloatImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Stats_operation | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | , | ||
double * | ) |
template void itk_masked_image_stats | ( | Int32ImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Stats_operation | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | ) |
template void itk_masked_image_stats | ( | Int32ImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Stats_operation | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | , | ||
double * | ) |
template void itk_masked_image_stats | ( | ShortImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Stats_operation | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | ) |
template void itk_masked_image_stats | ( | ShortImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Stats_operation | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | , | ||
double * | ) |
void itk_masked_image_stats | ( | T | img, |
UCharImageType::Pointer | mask, | ||
Stats_operation | stats_operation, | ||
double * | min_val, | ||
double * | max_val, | ||
double * | avg, | ||
int * | non_zero, | ||
int * | num_vox ) |
void itk_masked_image_stats | ( | T | img, |
UCharImageType::Pointer | mask, | ||
Stats_operation | stats_operation, | ||
double * | min_val, | ||
double * | max_val, | ||
double * | avg, | ||
int * | non_zero, | ||
int * | num_vox, | ||
double * | sigma ) |
template void itk_masked_image_stats | ( | UCharImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Stats_operation | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | ) |
template void itk_masked_image_stats | ( | UCharImageType::Pointer | , |
UCharImageType::Pointer | , | ||
Stats_operation | , | ||
double * | , | ||
double * | , | ||
double * | , | ||
int * | , | ||
int * | , | ||
double * | ) |