kd_tree.cpp File Reference

#include "kd_tree.h"
#include "kd_split.h"
#include "kd_util.h"
#include <stereo_wall_detection/ANN/ANNperf.h>
Include dependency graph for kd_tree.cpp:

Go to the source code of this file.

Defines

#define MAX(a, b)   ((a) > (b) ? (a) : (b))

Functions

void annClose ()
ANNkd_ptr rkd_tree (ANNpointArray pa, ANNidxArray pidx, int n, int dim, int bsp, ANNorthRect &bnd_box, ANNkd_splitter splitter)

Variables

const double ANN_AR_TOOBIG = 1000
static int IDX_TRIVIAL [] = {0}
ANNkd_leafKD_TRIVIAL = NULL

Define Documentation

#define MAX ( a,
 )     ((a) > (b) ? (a) : (b))

Definition at line 131 of file kd_tree.cpp.


Function Documentation

void annClose (  ) 

Definition at line 221 of file kd_tree.cpp.

ANNkd_ptr rkd_tree ( ANNpointArray  pa,
ANNidxArray  pidx,
int  n,
int  dim,
int  bsp,
ANNorthRect bnd_box,
ANNkd_splitter  splitter 
)

Definition at line 314 of file kd_tree.cpp.


Variable Documentation

const double ANN_AR_TOOBIG = 1000

Definition at line 145 of file kd_tree.cpp.

int IDX_TRIVIAL[] = {0} [static]

Definition at line 49 of file kd_tree.cpp.

Definition at line 50 of file kd_tree.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


stereo_wall_detection
Author(s): Radu Bogdan Rusu
autogenerated on Fri Jan 11 09:37:17 2013