#include "Core/Array/RecGauss.h"
#include "Core/Array/Sqrt.h"
#include "Core/Matrix/Mat.h"
#include "Core/Matrix/MatFunc.h"
#include "Core/Matrix/MatConcatenate.h"
#include "Core/Feature/PointDescriptorTable.h"
#include "Core/Feature/GetColorChannels.h"
#include "Core/Array/Pow.h"
#include "Core/Array/sRGB2RGB.h"
Include dependency graph for KoenFIST2.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::Feature |
Classes | |
class | Impala::Core::Feature::FISTDescriptor< INDEX_SIZE, ORI_SIZE > |
Defines | |
#define | PI 3.141592654 |
Functions | |
bool | Impala::Core::Feature::StringIsFullyNumeric (String s) |
void | Impala::Core::Feature::CalculateFISTDescriptors (Array::Array2dVec3UInt8 *inputNoBorder, PointDescriptorTable *pointData, String descriptor) |