Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

sift.ipp File Reference

SIFT class - inline functions and members. More...

#include <iostream>
#include <cassert>
Include dependency graph for sift.ipp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  VL
 

VisionLab namespace.


namespace  VL::Detail

Functions

Fast math

We provide approximate mathematical functions. These are usually rather faster than the corresponding standard library functions.

float_t VL::fast_expn (VL::float_t x)
 Fast @ exp(-x).
float_t VL::fast_mod_2pi (VL::float_t x)
 Fast mod(x,2pi).
int32_t VL::fast_floor (VL::float_t x)
 Fast (int) floor(x).
float_t VL::fast_abs (VL::float_t x)
 Fast abs(x).
float_t VL::fast_atan2 (VL::float_t y, VL::float_t x)
 Fast atan2.
float VL::fast_resqrt (float x)
 Fast resqrt.
double VL::fast_resqrt (double x)
 Fast resqrt.
float_t VL::fast_sqrt (VL::float_t x)
 Fast sqrt.

Detailed Description

SIFT class - inline functions and members.

Definition in file sift.ipp.


Tekkotsu v5.1CVS
Generated Mon May 9 04:59:02 2016 by Doxygen 1.6.3