MCPcopy Create free account

hub / github.com/Laka-3DV/TurboReg / functions

Functions41 in github.com/Laka-3DV/TurboReg

↓ 2 callersMethodTurboRegGPU
turboreg/src/turboreg.cpp:8
↓ 2 callersFunctioncompute_transformation_error
Compute the transformation error between the predicted and ground truth 4x4 rigid transformation matrices. This function calculates both the
demo_py/utils_pcr.py:7
↓ 2 callersFunctionload_keypoints
demo_cpp/corr_fpfh.cpp:17
↓ 2 callersFunctionpreprocess
(pcd, voxel_size)
demo_py/o3d_fpfh.py:23
↓ 1 callersMethod_load_matching_pairs
Load all matching pairs from the dataset. :return: List of matching pair information.
demo_py/dataset_3dmatch.py:27
↓ 1 callersFunctionbind_turboreg_gpu
bindings/pybinding.cpp:10
↓ 1 callersMethodcalculate_best_clique
turboreg/src/model_selection.cpp:28
↓ 1 callersFunctioncompute_relative_rotation_error
r"""Compute the isotropic Relative Rotation Error. RRE = acos((trace(R^T \cdot \bar{R}) - 1) / 2) Args: gt_rotation (array): ground
demo_py/utils_pcr.py:37
↓ 1 callersFunctioncompute_relative_translation_error
r"""Compute the isotropic Relative Translation Error. RTE = \lVert t - \bar{t} \rVert_2 Args: gt_translation (array): ground truth t
demo_py/utils_pcr.py:56
↓ 1 callersMethodcopy
turboreg/src/rigid_transform.cpp:19
↓ 1 callersMethodgetRotation
turboreg/src/rigid_transform.cpp:38
↓ 1 callersMethodgetTransformation
turboreg/src/rigid_transform.cpp:30
↓ 1 callersMethodgetTranslation
turboreg/src/rigid_transform.cpp:43
↓ 1 callersFunctionintegrate_trans
Function to integrate rotation matrix R and translation vector t into a 4x4 transformation matrix
turboreg/src/core_turboreg_gpu.cpp:64
↓ 1 callersFunctionload_data
(idx_str)
demo_py/o3d_fpfh.py:17
↓ 1 callersFunctionload_trans_libtorch
demo_cpp/corr_fpfh.cpp:42
↓ 1 callersFunctionmain
()
demo_py/exp_3dmatch.py:27
↓ 1 callersFunctionnumpy_to_torch32
(device, *arrays)
demo_py/utils_pcr.py:4
↓ 1 callersFunctionnumpy_to_torch32
(device, *arrays)
demo_py/o3d_fpfh.py:14
↓ 1 callersMethodrunRegCXXReturnTensor
turboreg/src/turboreg.cpp:102
↓ 1 callersFunctiontransform
turboreg/src/core_turboreg_gpu.cpp:122
MethodModelSelection
turboreg/src/model_selection.cpp:23
FunctionPYBIND11_MODULE
bindings/pybinding.cpp:25
MethodRigidTransform
turboreg/src/rigid_transform.cpp:7
Method__getitem__
Get a matching pair by index. :param idx: Index of the matching pair. :return: Dictionary containing kpts_src, kpts_dst, tra
demo_py/dataset_3dmatch.py:78
Method__init__
Initialize the MatchDataset. :param base_dir: Base directory containing the datasets. :param dataset_type: Type of the datas
demo_py/dataset_3dmatch.py:7
Method__len__
Return the number of matching pairs in the dataset. :return: Number of matching pairs.
demo_py/dataset_3dmatch.py:70
MethodcalculateRotationError
turboreg/src/utils_pcr.cpp:6
MethodcalculateTranslationError
turboreg/src/utils_pcr.cpp:12
MethodcountInliers
turboreg/src/rigid_transform.cpp:53
Functiondraw_registration
(src, dst, trans, title="")
demo_py/o3d_fpfh.py:32
MethodevaluationEst
turboreg/src/utils_pcr.cpp:18
Functionmain
demo_cpp/corr_fpfh.cpp:68
Methodpost_refinement
turboreg/src/core_turboreg_gpu.cpp:132
Functionprint_helper
turboreg/include/turboreg/utils_debug.hpp:15
Methodrigid_transform_3d
turboreg/src/core_turboreg_gpu.cpp:78
MethodrunRegCXX
turboreg/src/turboreg.cpp:14
Methodstring_to_metric_type
Utility function to convert string to MetricType enum
turboreg/src/model_selection.cpp:8
MethodtransformPoints
turboreg/src/rigid_transform.cpp:48
Methodverification
turboreg/src/core_turboreg_gpu.cpp:5
MethodverificationV2Metric
turboreg/src/core_turboreg_gpu.cpp:49