#include "Core/Array/Pattern/PatInOutOp.h"
#include "Core/Array/Trait/ExportStat.h"
#include "Core/Array/Element/E1Cast.h"
Include dependency graph for PixStat.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Functions | |
template<class ArrayT, class ArithT> | |
void | Impala::Core::Array::PixStat (ArrayT *im, ArithT *minVal, ArithT *maxVal, ArithT *mean, ArithT *variance) |
template<class ArrayT, class ArithT> | |
void | Impala::Core::Array::PixStatBasic (ArrayT *im, ArithT *nr, ArithT *sum, ArithT *sumSqr, ArithT *sumAbs) |