Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Laka-3DV/TurboReg
/ functions
Functions
41 in github.com/Laka-3DV/TurboReg
⨍
Functions
41
◇
Types & classes
6
↓ 2 callers
Method
TurboRegGPU
turboreg/src/turboreg.cpp:8
↓ 2 callers
Function
compute_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 callers
Function
load_keypoints
demo_cpp/corr_fpfh.cpp:17
↓ 2 callers
Function
preprocess
(pcd, voxel_size)
demo_py/o3d_fpfh.py:23
↓ 1 callers
Method
_load_matching_pairs
Load all matching pairs from the dataset. :return: List of matching pair information.
demo_py/dataset_3dmatch.py:27
↓ 1 callers
Function
bind_turboreg_gpu
bindings/pybinding.cpp:10
↓ 1 callers
Method
calculate_best_clique
turboreg/src/model_selection.cpp:28
↓ 1 callers
Function
compute_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 callers
Function
compute_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 callers
Method
copy
turboreg/src/rigid_transform.cpp:19
↓ 1 callers
Method
getRotation
turboreg/src/rigid_transform.cpp:38
↓ 1 callers
Method
getTransformation
turboreg/src/rigid_transform.cpp:30
↓ 1 callers
Method
getTranslation
turboreg/src/rigid_transform.cpp:43
↓ 1 callers
Function
integrate_trans
Function to integrate rotation matrix R and translation vector t into a 4x4 transformation matrix
turboreg/src/core_turboreg_gpu.cpp:64
↓ 1 callers
Function
load_data
(idx_str)
demo_py/o3d_fpfh.py:17
↓ 1 callers
Function
load_trans_libtorch
demo_cpp/corr_fpfh.cpp:42
↓ 1 callers
Function
main
()
demo_py/exp_3dmatch.py:27
↓ 1 callers
Function
numpy_to_torch32
(device, *arrays)
demo_py/utils_pcr.py:4
↓ 1 callers
Function
numpy_to_torch32
(device, *arrays)
demo_py/o3d_fpfh.py:14
↓ 1 callers
Method
runRegCXXReturnTensor
turboreg/src/turboreg.cpp:102
↓ 1 callers
Function
transform
turboreg/src/core_turboreg_gpu.cpp:122
Method
ModelSelection
turboreg/src/model_selection.cpp:23
Function
PYBIND11_MODULE
bindings/pybinding.cpp:25
Method
RigidTransform
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
Method
calculateRotationError
turboreg/src/utils_pcr.cpp:6
Method
calculateTranslationError
turboreg/src/utils_pcr.cpp:12
Method
countInliers
turboreg/src/rigid_transform.cpp:53
Function
draw_registration
(src, dst, trans, title="")
demo_py/o3d_fpfh.py:32
Method
evaluationEst
turboreg/src/utils_pcr.cpp:18
Function
main
demo_cpp/corr_fpfh.cpp:68
Method
post_refinement
turboreg/src/core_turboreg_gpu.cpp:132
Function
print_helper
turboreg/include/turboreg/utils_debug.hpp:15
Method
rigid_transform_3d
turboreg/src/core_turboreg_gpu.cpp:78
Method
runRegCXX
turboreg/src/turboreg.cpp:14
Method
string_to_metric_type
Utility function to convert string to MetricType enum
turboreg/src/model_selection.cpp:8
Method
transformPoints
turboreg/src/rigid_transform.cpp:48
Method
verification
turboreg/src/core_turboreg_gpu.cpp:5
Method
verificationV2Metric
turboreg/src/core_turboreg_gpu.cpp:49