OpenCV  2.4.13
Open Source Computer Vision
cv::Octree::Node Struct Reference

#include <contrib.hpp>

Public Member Functions

 Node ()
 

Public Attributes

int begin
 
int end
 
float x_min
 
float x_max
 
float y_min
 
float y_max
 
float z_min
 
float z_max
 
int maxLevels
 
bool isLeaf
 
int children [8]
 

Constructor & Destructor Documentation

cv::Octree::Node::Node ( )
inline

Member Data Documentation

int cv::Octree::Node::begin
int cv::Octree::Node::children[8]
int cv::Octree::Node::end
bool cv::Octree::Node::isLeaf
int cv::Octree::Node::maxLevels
float cv::Octree::Node::x_max
float cv::Octree::Node::x_min
float cv::Octree::Node::y_max
float cv::Octree::Node::y_min
float cv::Octree::Node::z_max
float cv::Octree::Node::z_min

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