Jafar
|
Header file to define inline functions for distance heuristics calculation. More...
Header file to define inline functions for distance heuristics calculation.
Definition in file NavHeuDistances.hpp.
Go to the source code of this file.
Namespaces | |
namespace | jafar |
Transport info from GDAL Datasets to Bands' internal data. | |
Functions | |
template<class Point , class DistType > | |
DistType | jafar::lgl::mahattanDist (const Point &v1, const Point &v2, const int &d1, const int &d2) |
This file contains some functions for computing distances. | |
template<class Point , class DistType > | |
DistType | jafar::lgl::Mahattan2dDist (const Point &v1, const Point &v2) |
standard 2d mahattan distance | |
template<class Point , class DistType > | |
DistType | jafar::lgl::Mahattan3dDist (const Point &v1, const Point &v2) |
standard 3d mahattan distance | |
template<class Point , class DistType > | |
DistType | jafar::lgl::Euclidean2DDist (const Point &v1, const Point &v2) |
standard 2d euclidean distance |
Generated on Wed Oct 15 2014 00:37:29 for Jafar by doxygen 1.7.6.1 |