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
Method
operator/
include/tools/matrix.cpp:284
Method
operator<
include/common/cfilter.hpp:42
Function
operator==
include/common/utility.hpp:184
Method
operator~
include/tools/matrix.cpp:339
Function
output_keypoints
include/common/dataio.hpp:1087
Function
output_xyz_4dof_coord_syst_tran
include/common/dataio.hpp:1437
Function
output_xyz_7dof_coord_syst_tran
include/common/dataio.hpp:1497
Method
pcl_icp
interface for the implement of basic icp algorithm using pcl
include/common/cregistration.hpp:882
Method
pertubate_cloud
pertubate the point cloud with a small translation
include/common/cregistration.hpp:818
Method
prune_unstable_pts
Brief: Get rid of some unstable points from the keypoints list
include/common/cfilter.hpp:1054
Method
pt2li_lls_pri_direction_summation
point-to-line LLS (calculated using primary direction vector), used now the normal vector here actually stores the primary direcyion vector (for easie
include/common/cregistration.hpp:2160
Method
pt2li_lls_residual
primary vector stored as point normal
include/common/cregistration.hpp:2631
Method
pt2li_lls_summation
point-to-line LLS (calculated using normal vector) , Deprecated
include/common/cregistration.hpp:2389
Method
pt2pl_ground_3dof_lls_summation
ground 3dof : roll, pitch, z
include/common/cregistration.hpp:2320
Method
pt2pl_lls_residual
include/common/cregistration.hpp:2590
Method
pt2pl_lls_summation
point-to-plane LLS
include/common/cregistration.hpp:2066
Method
pt2pt_lls_residual
include/common/cregistration.hpp:2546
Method
pt2pt_lls_summation
point-to-point LLS
include/common/cregistration.hpp:1976
Method
pythag
include/tools/matrix.cpp:842
Function
quat2angleaxis
include/pgo/graph_optimizer.h:26
Method
random_downsample_pcl_with_height
fixed number random downsampling when keep_number == 0, the output point cloud would be empty
include/common/cfilter.hpp:632
Function
read_bbx_8pts_with_type
include/common/dataio.hpp:2061
Method
read_cloud_file
Brief: Read the point cloud data of various format
include/common/dataio.hpp:147
Function
read_constraint_file
include/common/dataio.hpp:1261
Function
read_coord_list_pair
Used for coordinate system convertation
include/common/dataio.hpp:1375
Function
read_indices_list
include/common/dataio.hpp:1128
Function
read_las_file_head
include/common/dataio.hpp:393
Function
read_pc_cloud_block
include/common/dataio.hpp:1732
Function
read_problematic_frames
include/common/dataio.hpp:1758
Function
read_station_position
read the coordinate of the line begining with target_station_name format: station_name x y z
include/common/dataio.hpp:1338
Function
read_xyz_blh_list
include/common/dataio.hpp:1655
Method
releaseMemory
include/tools/matrix.cpp:835
Function
report_consuming_time
include/common/dataio.hpp:2041
Method
robust_verify_chi2_g2o
TODO:
src/graph_optimizer.cpp:335
Method
rotMatX
include/tools/matrix.cpp:194
Method
rotMatY
include/tools/matrix.cpp:206
Method
rotMatZ
include/tools/matrix.cpp:218
Method
rotationError
include/nav/odom_error_compute.h:65
Function
save_coordinates
include/common/dataio.hpp:1109
Method
scanner_filter
filter the ghost points under ground and the points on the ego-vehicle ghost radius should be a bit larger than self radius we assume that most of the
include/common/cfilter.hpp:914
Method
searchForNeighbors
\brief Search for the closest nearest neighbor of a given point. * \param query the point to search a nearest neighbour for * \param i
include/baseline_reg/gicp_omp.h:340
Method
setCorrespondenceRandomness
\brief Set the number of neighbors used when selecting a point neighbourhood * to compute covariances. * A higher value will bring mor
include/baseline_reg/gicp_omp.h:235
Method
setCovEigValueInflationRatio
\brief Set the minimum allowable ratio between eigenvalues to prevent singular covariance matrices. * \param[in] min_covar_eigvalue_mult the m
include/baseline_reg/voxel_grid_covariance_omp.h:249
Method
setDiag
include/tools/matrix.cpp:127
Method
setInputSource
\brief Provide a pointer to the input dataset * \param cloud the const boost shared pointer to a PointCloud message */
include/baseline_reg/gicp_omp.h:133
Method
setInputTarget
\brief Provide a pointer to the input target (e.g., the point cloud that we want to align the input source to). * \param[in] cloud the input point
include/baseline_reg/ndt_omp.h:118
Method
setInputTarget
\brief Provide a pointer to the input target (e.g., the point cloud that we want to align the input source to) * \param[in] target the input p
include/baseline_reg/gicp_omp.h:165
Method
setMinPointPerVoxel
\brief Set the minimum number of points required for a cell to be used (must be 3 or greater for covariance calculation). * \param[in] min_poi
include/baseline_reg/voxel_grid_covariance_omp.h:223
Method
setNeighborSearchMethod
include/baseline_reg/fast_vgicp_impl.hpp:92
Method
setNumThreads
include/baseline_reg/ndt_omp.h:111
Method
setOulierRatio
\brief Set/change the point cloud outlier ratio. * \param[in] outlier_ratio outlier ratio */
include/baseline_reg/ndt_omp.h:179
Method
setRegularizationMethod
include/baseline_reg/fast_vgicp_impl.hpp:86
Method
setResolution
\brief Set/change the voxel grid resolution. * \param[in] resolution side length of voxels */
include/baseline_reg/ndt_omp.h:128
Method
setRotationEpsilon
include/baseline_reg/fast_vgicp_impl.hpp:55
Method
setRotationEpsilon
\brief Set the rotation epsilon (maximum allowable difference between two * consecutive rotations) in order for an optimization to be consider
include/baseline_reg/gicp_omp.h:220
Method
setSourceCovariances
\brief Provide a pointer to the covariances of the input source (if computed externally!). * If not set, GeneralizedIterativeClosestPoint will
include/baseline_reg/gicp_omp.h:156
Method
setStepSize
\brief Set/change the newton line search maximum step length. * \param[in] step_size maximum step length */
include/baseline_reg/ndt_omp.h:161
Method
setTargetCovariances
\brief Provide a pointer to the covariances of the input target (if computed externally!). * If not set, GeneralizedIterativeClosestPoint will
include/baseline_reg/gicp_omp.h:177
Method
setVal
include/tools/matrix.cpp:115
Method
setVoxelAccumulationMode
include/baseline_reg/fast_vgicp_impl.hpp:98
Method
set_adjacent_edge_information_matrix
src/graph_optimizer.cpp:1052
Method
set_feature_viewer
include/common/map_viewer.h:160
Method
set_imu_info
include/common/utility.hpp:685
Method
set_pgo_options_ceres
src/graph_optimizer.cpp:419
Method
set_pgo_options_g2o
G2O has some problem, use ceres instead
src/graph_optimizer.cpp:143
Method
set_pgo_problem_ceres
src/graph_optimizer.cpp:481
Method
set_pgo_problem_g2o
src/graph_optimizer.cpp:191
Method
set_pgo_problem_gtsam
src/graph_optimizer.cpp:927
Method
set_rotation_limit
src/graph_optimizer.cpp:81
Method
show_help
include/common/map_viewer.h:308
Method
simple_look_up_table
mapping from [0,1] to [0,1]
include/common/map_viewer.h:283
Method
simple_motion_compensation
using uniform motion model to do motion compensation
include/common/cfilter.hpp:294
Method
simple_motion_compensation_with_timestamp
using uniform motion model to do motion compensation (with time stamp (store timestamp as curvature))
include/common/cfilter.hpp:357
Method
simplified_voxel_t
include/common/cfilter.hpp:77
Method
solve_pgo_problem_ceres
src/graph_optimizer.cpp:660
Method
solve_pgo_problem_g2o
src/graph_optimizer.cpp:296
Method
svd
Given a matrix M/A[1..m][1..n], this routine computes its singular value decomposition, M/A = U·W·V T. Thematrix U replaces a on output. The diagonal
include/tools/matrix.cpp:576
Method
swapSourceAndTarget
include/baseline_reg/fast_vgicp_impl.hpp:104
Method
trajectoryDistances
include/nav/odom_error_compute.h:37
Function
tran_eng2utm
include/common/dataio.hpp:1558
Function
tran_wgs2eng
include/common/dataio.hpp:1610
Function
transform_feature
include/common/utility.hpp:495
Method
translationError
include/nav/odom_error_compute.h:76
Method
trialValueSelectionMT
include/baseline_reg/ndt_omp_impl.hpp:673
Method
trim_str
Delete invalid characters such as spaces, tabs, etc. in strings
include/common/dataio.hpp:139
Method
updateDerivatives
include/baseline_reg/ndt_omp_impl.hpp:482
Method
updateHessian
include/baseline_reg/ndt_omp_impl.hpp:597
Method
updateIntervalMT
include/baseline_reg/ndt_omp_impl.hpp:632
Method
update_cloud_vectors
src/map_manager.cpp:258
Method
update_corr_dist_thre
include/common/cregistration.hpp:1855
Method
update_edge_covariance_ceres
src/graph_optimizer.cpp:800
Method
update_optimized_edges
src/graph_optimizer.cpp:713
Method
update_parameters_self_adaptive
hard-coded (not a good way) to adjust the parameters on fly
include/common/cfilter.hpp:2416
Method
voxel_coord
include/baseline_reg/fast_vgicp_impl.hpp:274
Method
voxel_origin
include/baseline_reg/fast_vgicp_impl.hpp:280
Method
writeVelodyneTrajectory
include/tools/semantic_kitti_api.h:172
Function
write_cloud_file
include/common/dataio.hpp:111
Function
write_constraint_file
include/common/dataio.hpp:1247
Function
write_lo_pose_append
include/common/dataio.hpp:1912
Function
write_lo_pose_overwrite
include/common/dataio.hpp:1896
← previous
next →
401–500 of 516, ranked by callers