#include <ImLib3D/ImageStats.hpp>
#include <ImLib3D/TestPatterns.hpp>
#include <ImLib3D/Arithmetic.hpp>
#include <ImLib3D/ConvenienceProcessors.hpp>
Include dependency graph for ImageStats.cpp:
Go to the source code of this file.
Namespaces | |
namespace | IP3D |
Functions | |
void | RobustAverageAndVariance (const Image3Df &src, double &average, double &variance) |
Definition in file ImageStats.cpp.
|
#&RobustAverageAndVariance&# Computes the average and the variance of an images using a robust technique. Robust (outlier rejection) technique is: median for average, 1.4826 median absolute deviation for std dev. Definition at line 28 of file ImageStats.cpp. References IP3D::Abs(), and IP3D::Median(). |