#include <vector>
#include "Core/Array/Arrays.h"
#include "Core/Array/ArraySet.h"
#include "Core/Array/Rgb2Ooo.h"
#include "Core/Array/Set.h"
#include "Core/Array/PixSum.h"
#include "Core/Array/Add.h"
#include "Core/Array/Sub.h"
#include "Core/Array/Div.h"
#include "Core/Array/Mul.h"
#include "Core/Array/Norm2.h"
#include "Core/Array/Threshold.h"
#include "Core/Array/RecGabor.h"
#include "Core/Array/RecGauss.h"
#include "Core/Array/PixStat.h"
#include "Core/Array/WritePng.h"
#include "Core/Array/PrintData.h"
#include "Core/Array/ProjectRange.h"
Include dependency graph for ColorMoments.h:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
Classes | |
class | Impala::Core::Array::ColorMoment |
Functions | |
Real64 | Impala::Core::Array::SB (int p, int q, char band, int degree) |
Real64 | Impala::Core::Array::DB (int p, int q, std::string band, int degree1, int degree2) |
Real64 | Impala::Core::Array::B02 (char band) |
Real64 | Impala::Core::Array::B12 (char band) |
Real64 | Impala::Core::Array::C02 (std::string band) |
Real64 | Impala::Core::Array::C02tilde (std::string band) |
Real64 | Impala::Core::Array::C11 (std::string band) |
Real64 | Impala::Core::Array::C12_1 (std::string band) |
Real64 | Impala::Core::Array::C12_2 (std::string band) |
Real64 | Impala::Core::Array::C12_3 (std::string band) |
Real64 | Impala::Core::Array::C12_4 (std::string band) |
void | Impala::Core::Array::ColorMoments (Array2dScalarReal64 *&CMInvariants, Array2dVec3UInt8 *rgb, int order, int degree, bool blur=true, double sigma=10.0) |