25 namespace 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;
144 std::shared_ptr<RobustKernel> kernel)
160 std::tuple<std::shared_ptr<const geometry::PointCloud>,
161 std::shared_ptr<const geometry::PointCloud>>
165 double max_correspondence_distance)
const override;
169 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:25
TransformationEstimationType
Definition: TransformationEstimation.h:29
Definition: PinholeCameraIntrinsic.cpp:16