Functions

libof/ofImageStatistic.h File Reference

#include <i3d/image3d.h>
#include <vector>

Functions

template<class VOXEL >
double Mean (i3d::Image3d< VOXEL > const &img, const i3d::Image3d< VOXEL > *mask=NULL)
template<class VOXEL >
double Variance (i3d::Image3d< VOXEL > const &img)
template<class VOXEL >
double Covariance (i3d::Image3d< VOXEL > const &imgx, i3d::Image3d< VOXEL > const &imgy)
template<class VOXEL >
double Correlation (i3d::Image3d< VOXEL > const &imgx, i3d::Image3d< VOXEL > const &imgy)
template<class VOXEL >
double MeanAbsoluteError (i3d::Image3d< VOXEL > const &imgx, i3d::Image3d< VOXEL > const &imgy)
template<class VOXEL >
double MaxAbsoluteError (i3d::Image3d< VOXEL > const &imgx, i3d::Image3d< VOXEL > const &imgy)
template<class VOXEL >
double MeanRelativeAbsoluteError (i3d::Image3d< VOXEL > const &test, i3d::Image3d< VOXEL > const &ref)
template<class VOXEL >
double RootMeanSquareError (i3d::Image3d< VOXEL > const &imgx, i3d::Image3d< VOXEL > const &imgy)
template<class VOXEL >
double RootMaxSquareError (i3d::Image3d< VOXEL > const &imgx, i3d::Image3d< VOXEL > const &imgy)
template<class VOXEL >
int VoxelVariabilities (std::vector< const i3d::Image3d< VOXEL > * > const &imgs, i3d::Image3d< double > &vars, i3d::Image3d< double > *means=NULL)
template<class VOXEL >
double TotalVariability (std::vector< const i3d::Image3d< VOXEL > * > const &imgs)