MCPcopy Create free account

hub / github.com/MIT-SPARK/TEASER-plusplus / functions

Functions183 in github.com/MIT-SPARK/TEASER-plusplus

MethodSetUp
test/teaser/certification-test.cc:316
MethodSetUp
test/benchmark/registration-benchmark.cc:271
FunctionTEST
test/teaser/utils-test.cc:15
FunctionTEST
test/teaser/translation-solver-test.cc:21
FunctionTEST
test/teaser/scale-solver-test.cc:23
FunctionTEST
test/teaser/linalg-test.cc:18
FunctionTEST
test/teaser/graph-test.cc:60
FunctionTEST
test/teaser/matcher-test.cc:18
FunctionTEST
test/teaser/geometry-test.cc:15
FunctionTEST
test/teaser/tls-test.cc:21
FunctionTEST
test/teaser/registration-test.cc:21
FunctionTEST
test/teaser/feature-test.cc:16
FunctionTEST
test/teaser/rotation-solver-test.cc:23
FunctionTEST
test/teaser/io-test.cc:15
FunctionTEST_F
test/teaser/certification-test.cc:355
FunctionTEST_F
test/benchmark/registration-benchmark.cc:276
MethodTLSScaleSolver
teaser/include/teaser/registration.h:136
MethodTLSTranslationSolver
teaser/include/teaser/registration.h:192
MethodTearDown
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
Methodadd_line
Adds this line to the visualizer
examples/teaser_python_3dsmooth/line_mesh.py:83
MethodadvancedMatching
teaser/src/matcher.cc:112
MethodbenchmarkRunner
* Helper function for running a specific benchmark * @param folder */
test/benchmark/registration-benchmark.cc:172
MethodbuildKDTree
teaser/src/matcher.cc:302
FunctioncalculateDiameter
teaser/include/teaser/utils.h:107
MethodcompareCertificationResult
* Helper function to compare two certification results * @param actual_result * @param expected_result */
test/teaser/certification-test.cc:109
Functioncompose_mat4_from_teaserpp_solution
Compose a 4-by-4 matrix from teaserpp solution
examples/teaser_python_3dsmooth/bench_utils.py:88
Functioncompute_transformation_diff
Compute difference between two 4-by-4 SE3 transformation matrix
examples/teaser_python_3dsmooth/bench_utils.py:126
FunctionfindNonzero
teaser/include/teaser/utils.h:163
MethodgetBlockRowSum
teaser/src/certification.cc:644
MethodgetDstTIMs
* Get TIMs built from target point cloud. * @return */
teaser/include/teaser/registration.h:692
MethodgetDstTIMsMap
* Get the index map of the TIMs built from target point cloud. * @return */
teaser/include/teaser/registration.h:716
MethodgetDstTIMsMapForRotation
* Get the index map of the TIMs used in rotation estimation. * @return */
teaser/include/teaser/registration.h:730
MethodgetGNCRotationCostAtTermination
* 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
MethodgetImplPointer
* Return the pointer to the underlying pcl::FPFHEstimation object * @return */
teaser/include/teaser/fpfh.h:42
MethodgetInlierGraph
teaser/include/teaser/registration.h:680
MethodgetMaxCliqueDstTIMs
* Get dst TIMs built after max clique pruning. * @return */
teaser/include/teaser/registration.h:704
MethodgetMaxCliqueSrcTIMs
* Get src TIMs built after max clique pruning. * @return */
teaser/include/teaser/registration.h:698
FunctiongetNearestPSD
teaser/include/teaser/linalg.h:85
MethodgetParams
* Return the params * @return a Params truct */
teaser/include/teaser/registration.h:774
MethodgetRotationInliersMap
* 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
MethodgetSrcTIMs
* Get TIMs built from source point cloud. * @return */
teaser/include/teaser/registration.h:686
MethodgetSrcTIMsMap
* Get the index map of the TIMs built from source point cloud. * @return */
teaser/include/teaser/registration.h:710
MethodgetSrcTIMsMapForRotation
* Get the index map of the TIMs used in rotation estimation. * @return */
teaser/include/teaser/registration.h:722
MethodgetTranslationInliersMask
* Return a boolean Eigen row vector indicating whether specific measurements are inliers * according to translation measurements. * * @return
teaser/include/teaser/registration.h:650
Functionget_gt_inliers
Get GT inliers
examples/teaser_python_3dsmooth/bench_utils.py:59
FunctionisPointCloudMatrix
* Return true if input is a 3-by-N MATLAB matrix * @param pa * @return */
matlab/teaser_mex_utils.h:40
FunctionisRealDoubleMatrix
matlab/teaser_mex_utils.h:29
FunctionisRealDoubleScalar
* Return true if input is a real double scalar * @param pa * @return */
matlab/teaser_mex_utils.h:52
Methodlines_from_ordered_points
(points)
examples/teaser_python_3dsmooth/line_mesh.py:48
MethodloadParameters
* 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
MethodloadScalarParameters
* Helper function to load parameters * @param file_path * @param cbar2 * @param noise_bound */
test/teaser/certification-test.cc:78
Functionload_all_gt_pairs
Load all possible pairs from GT
examples/teaser_python_3dsmooth/bench_utils.py:12
Functionload_gt_transformation
Load gt transformation
examples/teaser_python_3dsmooth/bench_utils.py:38
Functionmain
test/teaser/main.cc:11
Functionmain
test/benchmark/main.cc:11
Functionmain
examples/teaser_cpp_ply/teaser_cpp_ply.cc:43
Functionmain
examples/teaser_cpp_fpfh/teaser_cpp_fpfh.cc:44
FunctionmaskVector
teaser/include/teaser/utils.h:145
FunctionmexFunction
* 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
MethodnormalizePoints
teaser/src/matcher.cc:53
Methodoperator!=
teaser/include/teaser/geometry.h:23
Methodoperator==
teaser/include/teaser/geometry.h:20
MethodprepareBenchmarkData
* 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
FunctionreadFileToEigenFixedMatrix
test/test-tools/test_utils.h:72
FunctionreadFileToEigenMatrix
test/test-tools/test_utils.h:48
FunctionremoveColumn
teaser/include/teaser/utils.h:87
FunctionremoveRow
teaser/include/teaser/utils.h:65
Methodremove_line
Removes this line from the visualizer
examples/teaser_python_3dsmooth/line_mesh.py:88
Methodreserve
teaser/include/teaser/geometry.h:50
MethodreserveForCompleteGraph
* 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
MethodsearchKDTree
teaser/src/matcher.cc:317
MethodsetRotationEstimator
* 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
MethodsetTranslationEstimator
* Set the translation estimator used. * @param estimator */
teaser/include/teaser/registration.h:569
MethodsetupLargeInstances
* 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
MethodsetupSmallInstances
* Helper function to set up small certification test instances */
test/teaser/certification-test.cc:134
FunctionteaserPointCloudToEigenMatrix
test/test-tools/test_utils.h:97
MethodtestThroughCases
test/teaser/certification-test.cc:330
FunctionvectorKron
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
← previous101–183 of 183, ranked by callers