25namespace registration {
78 virtual std::tuple<std::shared_ptr<const geometry::PointCloud>,
79 std::shared_ptr<const geometry::PointCloud>>
83 double max_correspondence_distance)
const = 0;
112 std::tuple<std::shared_ptr<const geometry::PointCloud>,
113 std::shared_ptr<const geometry::PointCloud>>
117 double max_correspondence_distance)
const override;
146 std::shared_ptr<RobustKernel> kernel)
162 std::tuple<std::shared_ptr<const geometry::PointCloud>,
163 std::shared_ptr<const geometry::PointCloud>>
167 double max_correspondence_distance)
const override;
171 std::shared_ptr<RobustKernel>
kernel_ = std::make_shared<L2Loss>();
Real target
Definition SurfaceReconstructionPoisson.cpp:270
Eigen::Vector3d source
Definition SymmetricICP.cpp:62
A point cloud consists of point coordinates, and optionally point colors and point normals.
Definition PointCloud.h:36
std::vector< Eigen::Vector2i > CorrespondenceSet
Definition Feature.h:26
TransformationEstimationType
Definition TransformationEstimation.h:29
Definition PinholeCameraIntrinsic.cpp:16