#include <RGBDOdometry.h>
◆ OdometryResult()
Constructor for the odometry result.
- Parameters
-
transformation | The estimated transformation matrix of dtype Float64 on CPU device. |
inlier_rmse | RMSE of the inliers. |
fitness | Ratio between #inliers and #pixels. |
◆ ~OdometryResult()
open3d::t::pipelines::odometry::OdometryResult::~OdometryResult |
( |
| ) |
|
|
inline |
◆ fitness_
double open3d::t::pipelines::odometry::OdometryResult::fitness_ |
The overlapping area (# of inlier correspondences / # of points in target). Higher is better.
◆ inlier_rmse_
double open3d::t::pipelines::odometry::OdometryResult::inlier_rmse_ |
RMSE of all inlier. Lower is better.
◆ transformation_
core::Tensor open3d::t::pipelines::odometry::OdometryResult::transformation_ |
The estimated transformation matrix of dtype Float64 on CPU device.
The documentation for this class was generated from the following file: