(c3f9de2 (Tue Jun 1 15:34:27 2021 -0700))
Go to the source code of this file.
|
typedef std::pair< core::Tensor, core::Tensor > | open3d::t::pipelines::registration::CorrespondenceSet |
| CorrespondenceSet: pair of 2x Int64 tensors of shape {C,}, where C is the number of good correspondences between source and target pointcloud. The first tensor is the source indices, and the second tensor is corresponding target indices. Such that, source[correspondence.first] and target[correspondence.second] is a correspondence pair. More...
|
|