OpenCV
5.0.0-pre
Open Source Computer Vision
|
This is the complete list of members for cv::Octree, including all inherited members.
clear() | cv::Octree | |
createWithDepth(int maxDepth, double size, const Point3f &origin={ }, bool withColors=false) | cv::Octree | static |
createWithDepth(int maxDepth, InputArray pointCloud, InputArray colors=noArray()) | cv::Octree | static |
createWithResolution(double resolution, double size, const Point3f &origin={ }, bool withColors=false) | cv::Octree | static |
createWithResolution(double resolution, InputArray pointCloud, InputArray colors=noArray()) | cv::Octree | static |
deletePoint(const Point3f &point) | cv::Octree | |
empty() const | cv::Octree | |
getPointCloudByOctree(OutputArray restoredPointCloud, OutputArray restoredColor=noArray()) | cv::Octree | |
insertPoint(const Point3f &point, const Point3f &color={ }) | cv::Octree | |
isPointInBound(const Point3f &point) const | cv::Octree | |
KNNSearch(const Point3f &query, const int K, OutputArray points, OutputArray squareDists=noArray()) const | cv::Octree | |
KNNSearch(const Point3f &query, const int K, OutputArray points, OutputArray colors, OutputArray squareDists) const | cv::Octree | |
Octree() | cv::Octree | |
p | cv::Octree | protected |
radiusNNSearch(const Point3f &query, float radius, OutputArray points, OutputArray squareDists=noArray()) const | cv::Octree | |
radiusNNSearch(const Point3f &query, float radius, OutputArray points, OutputArray colors, OutputArray squareDists) const | cv::Octree | |
~Octree() | cv::Octree |