|
Open3D (C++ API)
|
#include <Eigen/Eigenvalues>#include "Open3D/Geometry/KDTreeFlann.h"#include "Open3D/Geometry/PointCloud.h"#include "Open3D/Utility/Console.h"Namespaces | |
| open3d | |
| open3d::geometry | |
Functions | |
| bool | open3d::geometry::EstimateNormals (PointCloud &cloud, const KDTreeSearchParam &search_param) |
| bool | open3d::geometry::OrientNormalsToAlignWithDirection (PointCloud &cloud, const Eigen::Vector3d &orientation_reference) |
| bool | open3d::geometry::OrientNormalsTowardsCameraLocation (PointCloud &cloud, const Eigen::Vector3d &camera_location) |
1.8.13