MCPcopy Create free account

hub / github.com/bing-jian/gmmreg / functions

Functions374 in github.com/bing-jian/gmmreg

Methodallocate
C++/utils/nanoflann.hpp:702
MethodbuildIndex
* Builds the index */
C++/utils/nanoflann.hpp:1553
MethodcomputeBoundingBox
C++/utils/nanoflann.hpp:1316
MethodcomputeBoundingBox
C++/utils/nanoflann.hpp:1665
MethodcomputeMinMax
C++/utils/nanoflann.hpp:836
Functioncompute_index
C++/gmmreg_aux.cpp:36
MethodevalMetric
C++/utils/nanoflann.hpp:383
MethodevalMetric
C++/utils/nanoflann.hpp:432
MethodevalMetric
C++/utils/nanoflann.hpp:463
MethodevalMetric
C++/utils/nanoflann.hpp:498
Methodf
C++/gmmreg_rigid_func.cpp:19
Methodf
C++/gmmreg_grbf_func.cpp:28
MethodfindNeighbors
C++/utils/nanoflann.hpp:1925
Methodfull
C++/utils/nanoflann.hpp:242
Methodgradf
C++/gmmreg_rigid_func.cpp:32
Methodgradf
C++/gmmreg_grbf_func.cpp:49
Methodinit
C++/utils/nanoflann.hpp:237
Methodinit
Creates multiple empty trees to handle dynamic support */
C++/utils/nanoflann.hpp:1831
Methodinit_vind
Make sure the auxiliary list \a vind has the same size than the current * dataset, and re-generate if size has changed. */
C++/utils/nanoflann.hpp:1307
Functioninitpygmmreg
C++/pygmmreg.cpp:29
Methodinternal_init
C++/utils/nanoflann.hpp:612
Methodkdtree_get_bbox
C++/utils/fgt_utils.h:57
Methodkdtree_get_pt
Returns the dim'th component of the idx'th point in the class: Since this is inlined and the "dim" argument is typically an immediate value, the "if/e
C++/utils/fgt_utils.h:46
MethodknnSearch
* Find the "num_closest" nearest neighbors to the \a query_point[0:dim-1]. * Their indices are stored inside the result object. \sa radiusSearch,
C++/utils/nanoflann.hpp:1252
MethodknnSearch
* Find the "num_closest" nearest neighbors to the \a query_point[0:dim-1]. * Their indices are stored inside the result object. \sa radiusSearch,
C++/utils/nanoflann.hpp:1612
MethodloadIndex
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the * index object must be c
C++/utils/nanoflann.hpp:1424
MethodloadIndex
Loads a previous index from a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so the * index object must be c
C++/utils/nanoflann.hpp:1768
Methodload_tree
C++/utils/nanoflann.hpp:1034
Methodload_value
C++/utils/nanoflann.hpp:291
Functionmain
C++/gmmreg_downsample.cpp:15
Functionmain
C++/test_gauss_transform.cpp:23
Functionmain
C++/gmmreg_demo.cpp:7
Functionmain
C++/gmmreg_transform.cpp:126
Functionmain
C++/gmmreg_aux.cpp:94
Functionmain
C++/extract_correspondence.cpp:65
Functionmain
C++/seq_rigid3d.cpp:225
FunctionmexFunction
the gateway routine. */
C++/gmmreg_mex.cpp:10
FunctionmexFunction
MATLAB/GaussTransform/mex_GaussTransform.c:13
MethodmiddleSplit_
C++/utils/nanoflann.hpp:909
Methodoperator()
C++/utils/nanoflann.hpp:211
Methodoperator=
Assignment operator definiton */
C++/utils/nanoflann.hpp:1534
Functionpi_const
C++/utils/nanoflann.hpp:79
MethodplaneSplit
* Subdivide the list of points by a plane perpendicular on axe corresponding * to the 'cutfeat' dimension at 'cutval' position. * * On ret
C++/utils/nanoflann.hpp:967
Functionpy_gmmreg_api
C++/pygmmreg.cpp:4
Methodquery
Query for the \a num_closest closest points to a given point (entered as * query_point[0:dim-1]). Note that this is a short-cut method for * ind
C++/utils/nanoflann.hpp:1998
MethodradiusSearch
* Find all the neighbors to \a query_point[0:dim-1] within a maximum radius. * The output is given as a vector of pairs, of which the first elemen
C++/utils/nanoflann.hpp:1637
MethodradiusSearchCustomCallback
C++/utils/nanoflann.hpp:1295
MethodradiusSearchCustomCallback
C++/utils/nanoflann.hpp:1655
MethodremovePoint
Remove a point from the set (Lazy Deletion) */
C++/utils/nanoflann.hpp:1905
MethodsaveIndex
Stores the index in a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so when * loading the index object it m
C++/utils/nanoflann.hpp:1417
MethodsaveIndex
Stores the index in a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so when * loading the index object it m
C++/utils/nanoflann.hpp:1761
Methodsave_tree
C++/utils/nanoflann.hpp:1024
Methodsave_value
C++/utils/nanoflann.hpp:279
MethodsearchLevel
C++/utils/nanoflann.hpp:1346
MethodsearchLevel
C++/utils/nanoflann.hpp:1695
Methodsize
C++/utils/nanoflann.hpp:240
Methodsize
Returns number of points in dataset */
C++/utils/nanoflann.hpp:813
Functionstrupr
C++/utils/misc_utils.cc:10
MethodusedMemory
* Computes the inde memory usage * Returns: memory used by the index */
C++/utils/nanoflann.hpp:830
Methodveclen
Returns the length of each point in the dataset */
C++/utils/nanoflann.hpp:816
MethodworstDist
C++/utils/nanoflann.hpp:255
Methodworst_item
* Find the worst result (furtherest neighbor) without copying or sorting * Pre-conditions: size() > 0 */
C++/utils/nanoflann.hpp:261
Method~Base
C++/gmmreg_base.h:88
Method~CoherentPointDrift
C++/gmmreg_cpd.h:13
Method~GaussianRadialBasisFunc
C++/gmmreg_grbf_func.h:12
Method~GrbfRegistration
C++/gmmreg_grbf.h:16
Method~KDTreeEigenMatrixAdaptor
C++/utils/nanoflann.hpp:1988
Method~PooledAllocator
* Destructor. Frees all the memory allocated in this pool. */
C++/utils/nanoflann.hpp:631
Method~RigidFunc
C++/gmmreg_rigid_func.h:12
Method~RigidRegistration
C++/gmmreg_rigid.h:15
Method~TempFile
C++/utils/io_utils_test.cc:17
Method~TempFile
C++/utils/json_utils_test.cc:19
Method~ThinPlateSplineFunc
C++/gmmreg_tps_func.h:12
Method~TpsRegistration
C++/gmmreg_tps.h:16
← previous301–374 of 374, ranked by callers