Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bing-jian/gmmreg
/ functions
Functions
374 in github.com/bing-jian/gmmreg
⨍
Functions
374
◇
Types & classes
87
Method
allocate
C++/utils/nanoflann.hpp:702
Method
buildIndex
* Builds the index */
C++/utils/nanoflann.hpp:1553
Method
computeBoundingBox
C++/utils/nanoflann.hpp:1316
Method
computeBoundingBox
C++/utils/nanoflann.hpp:1665
Method
computeMinMax
C++/utils/nanoflann.hpp:836
Function
compute_index
C++/gmmreg_aux.cpp:36
Method
evalMetric
C++/utils/nanoflann.hpp:383
Method
evalMetric
C++/utils/nanoflann.hpp:432
Method
evalMetric
C++/utils/nanoflann.hpp:463
Method
evalMetric
C++/utils/nanoflann.hpp:498
Method
f
C++/gmmreg_rigid_func.cpp:19
Method
f
C++/gmmreg_grbf_func.cpp:28
Method
findNeighbors
C++/utils/nanoflann.hpp:1925
Method
full
C++/utils/nanoflann.hpp:242
Method
gradf
C++/gmmreg_rigid_func.cpp:32
Method
gradf
C++/gmmreg_grbf_func.cpp:49
Method
init
C++/utils/nanoflann.hpp:237
Method
init
Creates multiple empty trees to handle dynamic support */
C++/utils/nanoflann.hpp:1831
Method
init_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
Function
initpygmmreg
C++/pygmmreg.cpp:29
Method
internal_init
C++/utils/nanoflann.hpp:612
Method
kdtree_get_bbox
C++/utils/fgt_utils.h:57
Method
kdtree_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
Method
knnSearch
* 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
Method
knnSearch
* 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
Method
loadIndex
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
Method
loadIndex
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
Method
load_tree
C++/utils/nanoflann.hpp:1034
Method
load_value
C++/utils/nanoflann.hpp:291
Function
main
C++/gmmreg_downsample.cpp:15
Function
main
C++/test_gauss_transform.cpp:23
Function
main
C++/gmmreg_demo.cpp:7
Function
main
C++/gmmreg_transform.cpp:126
Function
main
C++/gmmreg_aux.cpp:94
Function
main
C++/extract_correspondence.cpp:65
Function
main
C++/seq_rigid3d.cpp:225
Function
mexFunction
the gateway routine. */
C++/gmmreg_mex.cpp:10
Function
mexFunction
MATLAB/GaussTransform/mex_GaussTransform.c:13
Method
middleSplit_
C++/utils/nanoflann.hpp:909
Method
operator()
C++/utils/nanoflann.hpp:211
Method
operator=
Assignment operator definiton */
C++/utils/nanoflann.hpp:1534
Function
pi_const
C++/utils/nanoflann.hpp:79
Method
planeSplit
* 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
Function
py_gmmreg_api
C++/pygmmreg.cpp:4
Method
query
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
Method
radiusSearch
* 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
Method
radiusSearchCustomCallback
C++/utils/nanoflann.hpp:1295
Method
radiusSearchCustomCallback
C++/utils/nanoflann.hpp:1655
Method
removePoint
Remove a point from the set (Lazy Deletion) */
C++/utils/nanoflann.hpp:1905
Method
saveIndex
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
Method
saveIndex
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
Method
save_tree
C++/utils/nanoflann.hpp:1024
Method
save_value
C++/utils/nanoflann.hpp:279
Method
searchLevel
C++/utils/nanoflann.hpp:1346
Method
searchLevel
C++/utils/nanoflann.hpp:1695
Method
size
C++/utils/nanoflann.hpp:240
Method
size
Returns number of points in dataset */
C++/utils/nanoflann.hpp:813
Function
strupr
C++/utils/misc_utils.cc:10
Method
usedMemory
* Computes the inde memory usage * Returns: memory used by the index */
C++/utils/nanoflann.hpp:830
Method
veclen
Returns the length of each point in the dataset */
C++/utils/nanoflann.hpp:816
Method
worstDist
C++/utils/nanoflann.hpp:255
Method
worst_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
← previous
301–374 of 374, ranked by callers