#include "Core/Array/RGB2Gray.h"
#include "Core/Feature/Computor.h"
#include "Core/VideoSet/Reporter.h"
#include "Core/Geometry/PointR.h"
#include "Core/Geometry/PointZ.h"
#include "Core/Histogram/MakeCooccurenceMatrix.h"
#include "Core/Histogram/Histogram2dTem.h"
#include "Core/Feature/MarkovStationaryFeature.h"
Include dependency graph for LbpEval.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::VideoSet |
namespace | Impala::Core::VideoSet::BitOperation |
Classes | |
class | Impala::Core::VideoSet::LbpEval |
Functions | |
int | Impala::Core::VideoSet::BitOperation::onecount (unsigned int c, int bits) |
int | Impala::Core::VideoSet::BitOperation::transitions (unsigned int c, int bits) |
void | Impala::Core::VideoSet::MakeMap (int samples, int *&map) |
void | Impala::Core::VideoSet::MakePoints (int samples, int radius, Geometry::PointZ *&points, double *&multipliers) |
template<class T> | |
double | Impala::Core::VideoSet::InterpolateAtPtr (T *ptr, int i, int width, double *multipliers) |
void | Impala::Core::VideoSet::Lbp (Array::Array2dScalarUInt8 *&dst, Array::Array2dScalarReal64 *src, int *patternMap, int samples, int radius) |
Impala::Core::VideoSet::ILOG_VAR_INIT (LbpEval, Impala.Core.VideoSet) |