Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MIT-SPARK/TEASER-plusplus
/ functions
Functions
183 in github.com/MIT-SPARK/TEASER-plusplus
⨍
Functions
183
◇
Types & classes
45
Method
SetUp
test/teaser/certification-test.cc:316
Method
SetUp
test/benchmark/registration-benchmark.cc:271
Function
TEST
test/teaser/utils-test.cc:15
Function
TEST
test/teaser/translation-solver-test.cc:21
Function
TEST
test/teaser/scale-solver-test.cc:23
Function
TEST
test/teaser/linalg-test.cc:18
Function
TEST
test/teaser/graph-test.cc:60
Function
TEST
test/teaser/matcher-test.cc:18
Function
TEST
test/teaser/geometry-test.cc:15
Function
TEST
test/teaser/tls-test.cc:21
Function
TEST
test/teaser/registration-test.cc:21
Function
TEST
test/teaser/feature-test.cc:16
Function
TEST
test/teaser/rotation-solver-test.cc:23
Function
TEST
test/teaser/io-test.cc:15
Function
TEST_F
test/teaser/certification-test.cc:355
Function
TEST_F
test/benchmark/registration-benchmark.cc:276
Method
TLSScaleSolver
teaser/include/teaser/registration.h:136
Method
TLSTranslationSolver
teaser/include/teaser/registration.h:192
Method
TearDown
test/benchmark/registration-benchmark.cc:273
Method
__init__
Creates a line represented as sequence of cylinder triangular meshes Arguments: points {ndarray} -- Numpy array of ponts Nx3.
examples/teaser_python_3dsmooth/line_mesh.py:27
Method
add_line
Adds this line to the visualizer
examples/teaser_python_3dsmooth/line_mesh.py:83
Method
advancedMatching
teaser/src/matcher.cc:112
Method
benchmarkRunner
* Helper function for running a specific benchmark * @param folder */
test/benchmark/registration-benchmark.cc:172
Method
buildKDTree
teaser/src/matcher.cc:302
Function
calculateDiameter
teaser/include/teaser/utils.h:107
Method
compareCertificationResult
* Helper function to compare two certification results * @param actual_result * @param expected_result */
test/teaser/certification-test.cc:109
Function
compose_mat4_from_teaserpp_solution
Compose a 4-by-4 matrix from teaserpp solution
examples/teaser_python_3dsmooth/bench_utils.py:88
Function
compute_transformation_diff
Compute difference between two 4-by-4 SE3 transformation matrix
examples/teaser_python_3dsmooth/bench_utils.py:126
Function
findNonzero
teaser/include/teaser/utils.h:163
Method
getBlockRowSum
teaser/src/certification.cc:644
Method
getDstTIMs
* Get TIMs built from target point cloud. * @return */
teaser/include/teaser/registration.h:692
Method
getDstTIMsMap
* Get the index map of the TIMs built from target point cloud. * @return */
teaser/include/teaser/registration.h:716
Method
getDstTIMsMapForRotation
* Get the index map of the TIMs used in rotation estimation. * @return */
teaser/include/teaser/registration.h:730
Method
getGNCRotationCostAtTermination
* Return the cost at termination of the GNC rotation solver. Can be used to * assess the quality of the solution. * * @return cost at termina
teaser/include/teaser/registration.h:536
Method
getImplPointer
* Return the pointer to the underlying pcl::FPFHEstimation object * @return */
teaser/include/teaser/fpfh.h:42
Method
getInlierGraph
teaser/include/teaser/registration.h:680
Method
getMaxCliqueDstTIMs
* Get dst TIMs built after max clique pruning. * @return */
teaser/include/teaser/registration.h:704
Method
getMaxCliqueSrcTIMs
* Get src TIMs built after max clique pruning. * @return */
teaser/include/teaser/registration.h:698
Function
getNearestPSD
teaser/include/teaser/linalg.h:85
Method
getParams
* Return the params * @return a Params truct */
teaser/include/teaser/registration.h:774
Method
getRotationInliersMap
* Return the index map for translation inliers (equivalent to max clique). * /TODO: This is obsolete now. Remove or update * * @return a 1-by
teaser/include/teaser/registration.h:627
Method
getSrcTIMs
* Get TIMs built from source point cloud. * @return */
teaser/include/teaser/registration.h:686
Method
getSrcTIMsMap
* Get the index map of the TIMs built from source point cloud. * @return */
teaser/include/teaser/registration.h:710
Method
getSrcTIMsMapForRotation
* Get the index map of the TIMs used in rotation estimation. * @return */
teaser/include/teaser/registration.h:722
Method
getTranslationInliersMask
* Return a boolean Eigen row vector indicating whether specific measurements are inliers * according to translation measurements. * * @return
teaser/include/teaser/registration.h:650
Function
get_gt_inliers
Get GT inliers
examples/teaser_python_3dsmooth/bench_utils.py:59
Function
isPointCloudMatrix
* Return true if input is a 3-by-N MATLAB matrix * @param pa * @return */
matlab/teaser_mex_utils.h:40
Function
isRealDoubleMatrix
matlab/teaser_mex_utils.h:29
Function
isRealDoubleScalar
* Return true if input is a real double scalar * @param pa * @return */
matlab/teaser_mex_utils.h:52
Method
lines_from_ordered_points
(points)
examples/teaser_python_3dsmooth/line_mesh.py:48
Method
loadParameters
* Helper function to load a parameters.txt file * @param num_points * @param noise_sigma * @param outlier_ratio * @param noise_bound */
test/benchmark/registration-benchmark.cc:83
Method
loadScalarParameters
* Helper function to load parameters * @param file_path * @param cbar2 * @param noise_bound */
test/teaser/certification-test.cc:78
Function
load_all_gt_pairs
Load all possible pairs from GT
examples/teaser_python_3dsmooth/bench_utils.py:12
Function
load_gt_transformation
Load gt transformation
examples/teaser_python_3dsmooth/bench_utils.py:38
Function
main
test/teaser/main.cc:11
Function
main
test/benchmark/main.cc:11
Function
main
examples/teaser_cpp_ply/teaser_cpp_ply.cc:43
Function
main
examples/teaser_cpp_fpfh/teaser_cpp_fpfh.cc:44
Function
maskVector
teaser/include/teaser/utils.h:145
Function
mexFunction
* This is the MATLAB binding for TEASER++. * * Input: * - src: a 3-by-N matrix of 3D points representing points to be transformed * - dst: a 3-by-
matlab/teaser_mex.cc:99
Method
normalizePoints
teaser/src/matcher.cc:53
Method
operator!=
teaser/include/teaser/geometry.h:23
Method
operator==
teaser/include/teaser/geometry.h:20
Method
prepareBenchmarkData
* Load the benchmark data for a specific benchmark * @param name the name of the benchmark, should correspond to one of the folder in the benchmark
test/benchmark/registration-benchmark.cc:123
Function
readFileToEigenFixedMatrix
test/test-tools/test_utils.h:72
Function
readFileToEigenMatrix
test/test-tools/test_utils.h:48
Function
removeColumn
teaser/include/teaser/utils.h:87
Function
removeRow
teaser/include/teaser/utils.h:65
Method
remove_line
Removes this line from the visualizer
examples/teaser_python_3dsmooth/line_mesh.py:88
Method
reserve
teaser/include/teaser/geometry.h:50
Method
reserveForCompleteGraph
* Reserve space for complete graph. A complete undirected graph should have N*(N-1)/2 edges * @param num_vertices */
teaser/include/teaser/graph.h:186
Method
searchKDTree
teaser/src/matcher.cc:317
Method
setRotationEstimator
* Set the rotation estimator used. * * Note: due to the fact that rotation estimator takes in a noise bound that is dependent on the * estima
teaser/include/teaser/registration.h:561
Method
setTranslationEstimator
* Set the translation estimator used. * @param estimator */
teaser/include/teaser/registration.h:569
Method
setupLargeInstances
* Helper function to load parameters for large problem instances * * Large instances are only used for testing the main certification function
test/teaser/certification-test.cc:253
Method
setupSmallInstances
* Helper function to set up small certification test instances */
test/teaser/certification-test.cc:134
Function
teaserPointCloudToEigenMatrix
test/test-tools/test_utils.h:97
Method
testThroughCases
test/teaser/certification-test.cc:330
Function
vectorKron
teaser/include/teaser/linalg.h:44
Method
~AbstractRotationCertifier
teaser/include/teaser/certification.h:30
Method
~AbstractRotationSolver
teaser/include/teaser/registration.h:64
Method
~AbstractScaleSolver
teaser/include/teaser/registration.h:44
Method
~AbstractTranslationSolver
teaser/include/teaser/registration.h:85
← previous
101–183 of 183, ranked by callers