Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
lfeat::Math Struct Reference

#include <MathStuff.h>

Static Public Member Functions

static bool SolveLinearSystem33 (double *solution, double sq[3][3])
 
static bool Normalize (double *iVec, int iLen)
 

Detailed Description

Definition at line 30 of file MathStuff.h.

Member Function Documentation

bool lfeat::Math::Normalize ( double *  iVec,
int  iLen 
)
static

Definition at line 84 of file MathStuff.cpp.

Referenced by lfeat::CircularKeyPointDescriptor::makeDescriptor().

bool lfeat::Math::SolveLinearSystem33 ( double *  solution,
double  sq[3][3] 
)
static

Definition at line 24 of file MathStuff.cpp.

Referenced by lfeat::KeyPointDetector::fineTuneExtrema().


The documentation for this struct was generated from the following files: