Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YuePanEdward/MULLS
/ functions
Functions
516 in github.com/YuePanEdward/MULLS
⨍
Functions
516
◇
Types & classes
58
Function
free_all
include/common/utility.hpp:403
Function
free_cloud
include/common/utility.hpp:583
Method
getCalibMats
include/tools/semantic_kitti_api.h:55
Method
getCentroids
\brief Get a pointcloud containing the voxel centroids * \note Only voxels containing a sufficient number of points are used. * \return
include/baseline_reg/voxel_grid_covariance_omp.h:396
Method
getCorrespondenceRandomness
\brief Get the number of neighbors used when computing covariances as set by * the user */
include/baseline_reg/gicp_omp.h:241
Method
getCov
\brief Get the voxel covariance. * \return covariance matrix */
include/baseline_reg/voxel_grid_covariance_omp.h:112
Method
getCovEigValueInflationRatio
\brief Get the minimum allowable ratio between eigenvalues to prevent singular covariance matrices. * \return the minimum allowable ratio betw
include/baseline_reg/voxel_grid_covariance_omp.h:258
Method
getData
include/tools/matrix.cpp:78
Method
getDisplayCloud
include/baseline_reg/voxel_grid_covariance_omp_impl.hpp:448
Method
getEvals
\brief Get the eigen values of the voxel covariance. * \note Order corresponds with \ref getEvecs * \return vector of eigen values
include/baseline_reg/voxel_grid_covariance_omp.h:150
Method
getEvecs
\brief Get the eigen vectors of the voxel covariance. * \note Order corresponds with \ref getEvals * \return matrix whose columns
include/baseline_reg/voxel_grid_covariance_omp.h:140
Method
getFinalNumIteration
\brief Get the number of iterations required to calculate alignment. * \return final number of iterations */
include/baseline_reg/ndt_omp.h:201
Method
getLeaf
\brief Get the voxel containing point p. * \param[in] index the index of the leaf structure node * \return const pointer to leaf structu
include/baseline_reg/voxel_grid_covariance_omp.h:304
Method
getMaximumOptimizerIterations
\return maximum number of iterations at the optimization step
include/baseline_reg/gicp_omp.h:251
Method
getMinPointPerVoxel
\brief Get the minimum number of points required for a cell to be used. * \return the minimum number of points for required for a voxel to be
include/baseline_reg/voxel_grid_covariance_omp.h:240
Method
getOulierRatio
\brief Get the point cloud outlier ratio. * \return outlier ratio */
include/baseline_reg/ndt_omp.h:170
Method
getPointCount
\brief Get the number of points contained by this voxel. * \return number of points */
include/baseline_reg/voxel_grid_covariance_omp.h:159
Method
getRPY2RotMat
include/tools/semantic_kitti_api.h:76
Method
getResolution
\brief Get voxel grid resolution. * \return side length of voxels */
include/baseline_reg/ndt_omp.h:143
Method
getRotationEpsilon
\brief Get the rotation epsilon (maximum allowable difference between two * consecutive rotations) as set by the user. */
include/baseline_reg/gicp_omp.h:226
Method
getStepSize
\brief Get the newton line search maximum step length. * \return maximum step length */
include/baseline_reg/ndt_omp.h:152
Method
getTransMat
include/tools/semantic_kitti_api.h:95
Method
getTransformationProbability
\brief Get the registration alignment probability. * \return transformation probability */
include/baseline_reg/ndt_omp.h:192
Method
getVelodyneStampedPoses
include/tools/semantic_kitti_api.h:122
Function
get_global_shift
include/common/dataio.hpp:2097
Method
get_multi_metrics_lls_residual
calculate residual v
include/common/cregistration.hpp:2518
Method
get_overlap_ratio
* \brief Estimated the approximate overlapping ratio for Cloud1 considering Cloud2 * \param[in] Cloud1 : A pointer of the Point Cloud used for over
include/common/cregistration.hpp:324
Method
get_pc_normal_pcak
include/common/pca.hpp:121
Method
get_pc_ring_ids
include/common/cfilter.hpp:1378
Method
get_pca_feature
* \brief Use PCL to accomplish the Principle Component Analysis (PCA) * of one point and its neighborhood * \param[in] in_cloud is the input Point
include/common/pca.hpp:390
Method
get_pts_ring_id
include/common/cfilter.hpp:1364
Method
get_quat_euler_jacobi
Brief: calculate the Jacobi Matrix of the imaginary part of a quaternion (q1,q2,q3) with regard to its corresponding euler angle (raw,pitch,yaw) for c
include/common/cregistration.hpp:2795
Method
get_random_color
include/common/map_viewer.h:101
Method
get_ring_map
include/common/utility.hpp:899
Method
get_sub_bbx
Get Bound of Subsets of a Point Cloud
include/common/utility.hpp:889
Method
get_translation_in_station_coor_sys
include/common/cregistration.hpp:2838
Method
get_weight_by_dist
standard
include/common/cregistration.hpp:2695
Method
get_weight_by_dist_adaptive
Intuition: three part, near , medium , far near used to control translation far used to control rotation medium used to control both TODO: change the
include/common/cregistration.hpp:2686
Method
get_weight_by_intensity
include/common/cregistration.hpp:2701
Method
get_weight_by_residual
By huber loss function
include/common/cregistration.hpp:2710
Method
get_weight_by_residual_general
general function for m-estimation
include/common/cregistration.hpp:2725
Method
grid_t
include/common/cfilter.hpp:60
Method
ground_3dof_lls_tran_estimation
include/common/cregistration.hpp:2278
Method
ground_filter_pmf
include/common/cprocessing.hpp:35
Method
ground_projection
include/common/cprocessing.hpp:108
Method
ground_seg
simple implement of bi-threshold ground segmentation without further processing and downsampling
include/common/cfilter.hpp:1537
Method
icp_registration
General implement of icp registration algorithm in pcl (baseline method) (with different distance metrics, correspondence estimation, transformation e
include/common/cregistration.hpp:84
Method
idpair_t
include/common/cfilter.hpp:37
Method
incidence_angle_filter
include/common/cfilter.hpp:777
Method
inf_y
include/common/utility.hpp:120
Method
init
\brief Initiate covariance voxel structure. */
include/baseline_reg/ndt_omp.h:272
Method
init_hdl64
include/common/utility.hpp:605
Method
init_pandar64
include/common/utility.hpp:614
Method
init_ring_map
include/common/utility.hpp:623
Method
intensity_filter
include/common/cfilter.hpp:755
Method
intersection_filter
include/common/cregistration.hpp:2894
Function
inverse
inverse and return
include/common/utility.hpp:220
Method
is_converged
include/baseline_reg/fast_vgicp_impl.hpp:299
Method
judge_adjacent_by_id
src/build_pose_graph.cpp:560
Method
keep_less_source_pts
this function is for speed up the registration process when the point number is a bit too big
include/common/cregistration.hpp:2866
Method
keyboard_event_occurred
include/common/map_viewer.hpp:91
Method
l2norm
include/tools/matrix.cpp:347
Method
lastFrameFromSegmentLength
include/nav/odom_error_compute.h:53
Method
lls_icp_3dof_ground
This is for the comparison between LeGO-LOAM , which used the two step LM. We'd like to try the two step LLS for the same task
include/common/cregistration.hpp:1443
Method
loadAttrsinH5_P64
include/common/h5_io.hpp:138
Method
loadAttrsinH5_SINGLE_COL_DBL
include/common/h5_io.hpp:171
Method
loadAttrsinH5_SINGLE_COL_FLT
include/common/h5_io.hpp:152
Method
loadH5File_P64
include/common/h5_io.hpp:61
Function
load_calib_mat
include/common/dataio.hpp:1928
Function
load_poses_from_pose_quat
For OXTS Ground Truth pose format: index timestamp x y z q1 q2 q3 q4
include/common/dataio.hpp:2003
Function
load_poses_from_transform_matrix
KITTI ground truth pose format mat(0-11) split with space example: 1.000000e+00 9.043680e-12 2.326809e-11 5.551115e-17 9.043683e-12 1.000000e+00 2.392
include/common/dataio.hpp:1970
Method
lookup_voxel
include/baseline_reg/fast_vgicp_impl.hpp:287
Method
loss_ls
include/baseline_reg/fast_vgicp_impl.hpp:315
Function
main
test/vis_slam.cpp:53
Function
main
Note: Set these parameters in the config file , or the default values are used. ----------------------------------------------------------------------
test/mulls_slam.cpp:201
Function
main
test/mulls_reg.cpp:61
Function
main
test/format_transformer/semantic_kitti_label2pcd.cpp:79
Function
main
test/format_transformer/kitti_bin2pcd.cpp:14
Function
main
test/format_transformer/txt2pcd.cpp:11
Method
map_based_dynamic_close_removal
map based active object removal for each non-boundary unground points of current frame, check its nearest neighbor in the local map, if the distance t
src/map_manager.cpp:149
Method
map_scan_feature_pts_distance_removal
filter (0, near_dist_thre) U (dynamic_dist_thre_min, dynamic_dist_thre_max) keep (near_dist_thre, dynamic_dist_thre_min) U (dynamic_dist_thre_max, +in
src/map_manager.cpp:222
Method
matricesInnerProd
\return trace of mat1^t . mat2 * \param mat1 matrix of dimension nxm * \param mat2 matrix of dimension nxp */
include/baseline_reg/gicp_omp.h:316
Function
merge_feature_points
include/common/utility.hpp:471
Method
mm_lls_icp_4dof_global
include/common/cregistration.hpp:1584
Method
mouse_event_occurred
include/common/map_viewer.hpp:395
Method
msg
include/tools/mail.h:30
Method
multi_metrics_lls_tran_estimation
brief: entrance to mulls transformation estimation
include/common/cregistration.hpp:1869
Method
multiplyTransMats
include/tools/semantic_kitti_api.h:101
Method
mutable_pose_quat
include/pgo/graph_optimizer.h:243
Method
mutable_pose_tran
include/pgo/graph_optimizer.h:238
Method
neighbor_offsets
include/baseline_reg/fast_vgicp_impl.hpp:234
Method
normal_downsample
Normal Space Downsampling (with normal already estimated)
include/common/cfilter.hpp:168
Method
odom_errors_t
unit (km/h)
include/nav/odom_error_compute.h:26
Method
operator()
include/baseline_reg/gicp_omp_impl.hpp:246
Method
operator()
include/baseline_reg/fast_vgicp_voxel.h:10
Method
operator()
include/pgo/graph_optimizer.h:88
Function
operator*
include/common/utility.hpp:180
Method
operator*
include/tools/matrix.cpp:260
Method
operator+
include/tools/matrix.cpp:230
Method
operator-
include/tools/matrix.cpp:245
← previous
next →
301–400 of 516, ranked by callers