#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] |
|
inline |
| 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 |