25namespace registration {
77 virtual std::tuple<std::shared_ptr<const geometry::PointCloud>,
78 std::shared_ptr<const geometry::PointCloud>>
82 double max_correspondence_distance)
const = 0;
111 std::tuple<std::shared_ptr<const geometry::PointCloud>,
112 std::shared_ptr<const geometry::PointCloud>>
116 double max_correspondence_distance)
const override;
145 std::shared_ptr<RobustKernel> kernel)
161 std::tuple<std::shared_ptr<const geometry::PointCloud>,
162 std::shared_ptr<const geometry::PointCloud>>
166 double max_correspondence_distance)
const override;
170 std::shared_ptr<RobustKernel>
kernel_ = std::make_shared<L2Loss>();
Real target
Definition SurfaceReconstructionPoisson.cpp:267
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