open3d.pipelines.odometry.RGBDOdometryJacobian¶
-
class
open3d.pipelines.odometry.
RGBDOdometryJacobian
¶ Base class that computes Jacobian from two RGB-D images.
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
compute_jacobian_and_residual
(self: open3d.cpu.pybind.pipelines.odometry.RGBDOdometryJacobian, Function to compute i-th row of J and r the vector form of J_r is basically 6x1 matrix, but it can be easily extendable to 6xn matrix. See RGBDOdometryJacobianFromHybridTerm for this case.row: int, J_r: List[numpy.ndarray[numpy.float64[6, 1]]], r: open3d.cpu.pybind.utility.DoubleVector, w: open3d.cpu.pybind.utility.DoubleVector, source: open3d.cpu.pybind.geometry.RGBDImage, target: open3d.cpu.pybind.geometry.RGBDImage, source_xyz: open3d.cpu.pybind.geometry.Image, target_dx: open3d.cpu.pybind.geometry.RGBDImage, target_dy: open3d.cpu.pybind.geometry.RGBDImage, intrinsic: numpy.ndarray[numpy.float64[3, 3]], extrinsic: numpy.ndarray[numpy.float64[4, 4]], corresps: open3d.cpu.pybind.utility.Vector4iVector) → None¶
-