struct cvflann::KDTreeSingleIndex::Node

Overview

struct Node
{
    // fields

    Node* child1;
    Node* child2;
    int divfeat;
    DistanceType divhigh;
    DistanceType divlow;
    int left;
    int right;
};

Detailed Documentation

Fields

Node* child1

The child nodes.

int divfeat

Dimension used for subdivision.

DistanceType divlow

The values used for subdivision.

int left

Indices of points in leaf node