OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::Octree メンバ一覧

これは cv::Octree の全メンバ一覧であり、継承されたすべてのメンバを含む。

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