plastimatch
Loading...
Searching...
No Matches
Functions
itk_image_stats.cxx File Reference
#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 *)
 

Function Documentation

◆ itk_image_stats() [1/16]

template void itk_image_stats ( const FloatImageType::Pointer &  ,
Image_stats  
)

◆ itk_image_stats() [2/16]

template void itk_image_stats ( const Int32ImageType::Pointer &  ,
Image_stats  
)

◆ itk_image_stats() [3/16]

template void itk_image_stats ( const ShortImageType::Pointer &  ,
Image_stats  
)

◆ itk_image_stats() [4/16]

template<class T >
void itk_image_stats ( const T img,
Image_stats image_stats 
)

◆ itk_image_stats() [5/16]

template void itk_image_stats ( const UCharImageType::Pointer &  ,
Image_stats  
)

◆ itk_image_stats() [6/16]

template void itk_image_stats ( const UShortImageType::Pointer &  ,
Image_stats  
)

◆ itk_image_stats() [7/16]

template void itk_image_stats ( FloatImageType::Pointer  ,
double ,
double ,
double ,
int ,
int  
)

◆ itk_image_stats() [8/16]

template void itk_image_stats ( FloatImageType::Pointer  ,
double ,
double ,
double ,
int ,
int ,
double  
)

◆ itk_image_stats() [9/16]

template void itk_image_stats ( Int32ImageType::Pointer  ,
double ,
double ,
double ,
int ,
int  
)

◆ itk_image_stats() [10/16]

template void itk_image_stats ( Int32ImageType::Pointer  ,
double ,
double ,
double ,
int ,
int ,
double  
)

◆ itk_image_stats() [11/16]

template void itk_image_stats ( ShortImageType::Pointer  ,
double ,
double ,
double ,
int ,
int  
)

◆ itk_image_stats() [12/16]

template void itk_image_stats ( ShortImageType::Pointer  ,
double ,
double ,
double ,
int ,
int ,
double  
)

◆ itk_image_stats() [13/16]

template<class T >
void itk_image_stats ( T  img,
double min_val,
double max_val,
double avg,
int non_zero,
int num_vox 
)

◆ itk_image_stats() [14/16]

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 
)

◆ itk_image_stats() [15/16]

template void itk_image_stats ( UCharImageType::Pointer  ,
double ,
double ,
double ,
int ,
int  
)

◆ itk_image_stats() [16/16]

template void itk_image_stats ( UCharImageType::Pointer  ,
double ,
double ,
double ,
int ,
int ,
double  
)

◆ itk_masked_image_stats() [1/10]

template void itk_masked_image_stats ( FloatImageType::Pointer  ,
UCharImageType::Pointer  ,
Stats_operation  ,
double ,
double ,
double ,
int ,
int  
)

◆ itk_masked_image_stats() [2/10]

template void itk_masked_image_stats ( FloatImageType::Pointer  ,
UCharImageType::Pointer  ,
Stats_operation  ,
double ,
double ,
double ,
int ,
int ,
double  
)

◆ itk_masked_image_stats() [3/10]

template void itk_masked_image_stats ( Int32ImageType::Pointer  ,
UCharImageType::Pointer  ,
Stats_operation  ,
double ,
double ,
double ,
int ,
int  
)

◆ itk_masked_image_stats() [4/10]

template void itk_masked_image_stats ( Int32ImageType::Pointer  ,
UCharImageType::Pointer  ,
Stats_operation  ,
double ,
double ,
double ,
int ,
int ,
double  
)

◆ itk_masked_image_stats() [5/10]

template void itk_masked_image_stats ( ShortImageType::Pointer  ,
UCharImageType::Pointer  ,
Stats_operation  ,
double ,
double ,
double ,
int ,
int  
)

◆ itk_masked_image_stats() [6/10]

template void itk_masked_image_stats ( ShortImageType::Pointer  ,
UCharImageType::Pointer  ,
Stats_operation  ,
double ,
double ,
double ,
int ,
int ,
double  
)

◆ itk_masked_image_stats() [7/10]

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 
)

◆ itk_masked_image_stats() [8/10]

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 
)

◆ itk_masked_image_stats() [9/10]

template void itk_masked_image_stats ( UCharImageType::Pointer  ,
UCharImageType::Pointer  ,
Stats_operation  ,
double ,
double ,
double ,
int ,
int  
)

◆ itk_masked_image_stats() [10/10]

template void itk_masked_image_stats ( UCharImageType::Pointer  ,
UCharImageType::Pointer  ,
Stats_operation  ,
double ,
double ,
double ,
int ,
int ,
double  
)