(313315d (Wed Dec 23 23:39:47 2020 -0800))
Go to the source code of this file.
|
std::tuple< bool, Eigen::Matrix4d, Eigen::Matrix6d > | open3d::pipelines::odometry::ComputeRGBDOdometry (const geometry::RGBDImage &source, const geometry::RGBDImage &target, const camera::PinholeCameraIntrinsic &pinhole_camera_intrinsic=camera::PinholeCameraIntrinsic(), const Eigen::Matrix4d &odo_init=Eigen::Matrix4d::Identity(), const RGBDOdometryJacobian &jacobian_method=RGBDOdometryJacobianFromHybridTerm(), const OdometryOption &option=OdometryOption()) |
| Function to estimate 6D rigid motion from two RGBD image pairs. More...
|
|