OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::Octree Member List

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::Octreestatic
createWithDepth(int maxDepth, InputArray pointCloud, InputArray colors=noArray())cv::Octreestatic
createWithResolution(double resolution, double size, const Point3f &origin={ }, bool withColors=false)cv::Octreestatic
createWithResolution(double resolution, InputArray pointCloud, InputArray colors=noArray())cv::Octreestatic
deletePoint(const Point3f &point)cv::Octree
empty() constcv::Octree
getPointCloudByOctree(OutputArray restoredPointCloud, OutputArray restoredColor=noArray())cv::Octree
insertPoint(const Point3f &point, const Point3f &color={ })cv::Octree
isPointInBound(const Point3f &point) constcv::Octree
KNNSearch(const Point3f &query, const int K, OutputArray points, OutputArray squareDists=noArray()) constcv::Octree
KNNSearch(const Point3f &query, const int K, OutputArray points, OutputArray colors, OutputArray squareDists) constcv::Octree
Octree()cv::Octree
pcv::Octreeprotected
radiusNNSearch(const Point3f &query, float radius, OutputArray points, OutputArray squareDists=noArray()) constcv::Octree
radiusNNSearch(const Point3f &query, float radius, OutputArray points, OutputArray colors, OutputArray squareDists) constcv::Octree
~Octree()cv::Octree