Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JakobEngel/dso
/ functions
Functions
465 in github.com/JakobEngel/dso
⨍
Functions
465
◇
Types & classes
141
Method
kdtree_get_point_count
src/FullSystem/CoarseInitializer.h:173
Method
kdtree_get_pt
src/FullSystem/CoarseInitializer.h:181
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 radiusSea
src/util/nanoflann.h:941
Method
linearizeAll
src/FullSystem/FullSystemOptimize.cpp:142
Method
linearizeAll_Reductor
src/FullSystem/FullSystemOptimize.cpp:52
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 const
src/util/nanoflann.h:1290
Method
loadSateBackup
sets linearization point.
src/FullSystem/FullSystemOptimize.cpp:362
Method
loadTimestamps
src/util/DatasetReader.h:294
Method
load_tree
src/util/nanoflann.h:1011
Method
load_value
src/util/nanoflann.h:237
Function
main
src/main_dso_pangolin.cpp:354
Method
makeCoarseDepthL0
src/FullSystem/CoarseTracker.cpp:135
Method
makeGradients
src/FullSystem/CoarseInitializer.cpp:743
Method
makeHists
src/FullSystem/PixelSelector2.cpp:78
Method
makeInlierVotes
src/FullSystem/CoarseTracker.cpp:910
Method
makeK
src/FullSystem/CoarseInitializer.cpp:930
Method
makeKeyFrame
src/FullSystem/FullSystem.cpp:1041
Method
makeNN
src/FullSystem/CoarseInitializer.cpp:964
Method
makeNewTraces
src/FullSystem/FullSystem.cpp:1286
Method
makeNonKeyFrame
src/FullSystem/FullSystem.cpp:1027
Method
makeOptimalK_crop
src/util/Undistort.cpp:588
Method
makeOptimalK_full
src/util/Undistort.cpp:710
Function
makeRainbowf3F
src/util/globalFuncs.h:317
Function
makeRedGreen3B
src/util/globalFuncs.h:369
Method
mappingLoop
src/FullSystem/FullSystem.cpp:945
Method
marginalizeFrame
src/OptimizationBackend/EnergyFunctional.cpp:498
Method
marginalizeFrame
src/FullSystem/FullSystemMarginalize.cpp:152
Method
max_size
src/util/nanoflann.h:681
Method
middleSplit_
src/util/nanoflann.h:1118
Function
my_exit_handler
src/main_dso_pangolin.cpp:76
Method
needPushDepthImage
src/IOWrapper/Output3DWrapper.h:185
Method
needPushDepthImage
src/IOWrapper/OutputWrapper/SampleOutputWrapper.h:120
Method
operator <
src/IOWrapper/Pangolin/KeyFrameDisplay.h:91
Method
operator()
src/util/nanoflann.h:212
Method
operator()
src/util/nanoflann.h:287
Method
operator()
src/util/nanoflann.h:335
Method
operator()
src/util/nanoflann.h:384
Method
operator[]
operator[]
src/util/nanoflann.h:668
Method
optReg
src/FullSystem/CoarseInitializer.cpp:632
Method
optimize
src/FullSystem/FullSystemOptimize.cpp:408
Method
optimizeImmaturePoint
src/FullSystem/FullSystemOptPoint.cpp:51
Method
orthogonalize
src/OptimizationBackend/EnergyFunctional.cpp:718
Method
planeSplit
* Subdivide the list of points by a plane perpendicular on axe corresponding * to the 'cutfeat' dimension at 'cutval' position. * * On ret
src/util/nanoflann.h:1169
Method
prepImage
src/util/DatasetReader.h:216
Method
printEigenValLine
src/FullSystem/FullSystem.cpp:1376
Method
printEvalLine
src/FullSystem/FullSystem.cpp:1492
Method
printFrameLifetimes
src/FullSystem/FullSystem.cpp:1458
Method
printLogLine
src/FullSystem/FullSystem.cpp:1328
Method
printOptRes
src/FullSystem/FullSystemOptimize.cpp:394
Method
processFrame
src/util/Undistort.cpp:214
Method
propagateDown
src/FullSystem/CoarseInitializer.cpp:712
Method
propagateUp
src/FullSystem/CoarseInitializer.cpp:671
Method
publishCamPose
Usage: * Called once for each tracked frame, with the real-time, low-delay frame pose. * * Calling: * Always calle
src/IOWrapper/Output3DWrapper.h:161
Method
publishCamPose
src/IOWrapper/OutputWrapper/SampleOutputWrapper.h:101
Method
publishGraph
Usage: * Called once after each new Keyframe is inserted & optimized. * [connectivity] contains for each frame-frame pair the numb
src/IOWrapper/Output3DWrapper.h:130
Method
publishGraph
src/IOWrapper/OutputWrapper/SampleOutputWrapper.h:59
Method
publishKeyframes
Usage: * Called after each new Keyframe is inserted & optimized, with all keyframes that were part of the active window during * tha
src/IOWrapper/Output3DWrapper.h:149
Method
publishKeyframes
src/IOWrapper/OutputWrapper/SampleOutputWrapper.h:77
Method
pushDepthImage
called once after a new keyframe is created, with the color-coded, forward-warped inverse depthmap for that keyframe, * which is used for ini
src/IOWrapper/Output3DWrapper.h:184
Method
pushDepthImage
src/IOWrapper/OutputWrapper/SampleOutputWrapper.h:116
Method
pushDepthImageFloat
src/IOWrapper/OutputWrapper/SampleOutputWrapper.h:125
Method
pushLiveFrame
Usage: * Called once for each new frame, before it is tracked (i.e., it doesn't have a pose yet). * * Calling: * A
src/IOWrapper/Output3DWrapper.h:173
Method
pushLiveFrame
src/IOWrapper/OutputWrapper/SampleOutputWrapper.h:111
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 index-
src/util/nanoflann.h:1358
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
src/util/nanoflann.h:960
Method
radiusSearchCustomCallback
src/util/nanoflann.h:975
Method
rangecheck
check range (may be private because it is static)
src/util/nanoflann.h:702
Method
rbegin
src/util/nanoflann.h:663
Method
readFromFile
src/util/Undistort.cpp:716
Function
readImageBW_16U
src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp:71
Function
readImageBW_8U
src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp:35
Function
readImageRGB_8U
src/IOWrapper/ImageRW_dummy.cpp:36
Function
readImageRGB_8U
src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp:53
Function
readStreamBW_8U
src/IOWrapper/OpenCV/ImageRW_OpenCV.cpp:89
Method
release
src/FullSystem/HessianBlocks.cpp:67
Method
release
src/util/DatasetReader.h:92
Method
removeOutliers
src/FullSystem/FullSystemOptimize.cpp:631
Method
removePoint
src/OptimizationBackend/EnergyFunctional.cpp:700
Method
rend
src/util/nanoflann.h:665
Method
rescale
src/FullSystem/CoarseInitializer.cpp:588
Method
reset
call on reset */
src/IOWrapper/Output3DWrapper.h:204
Method
resetPoints
src/FullSystem/CoarseInitializer.cpp:854
Method
reset_internal
src/IOWrapper/Pangolin/PangolinDSOViewer.cpp:315
Method
resubstituteFPt
src/OptimizationBackend/EnergyFunctional.cpp:291
Method
resubstituteF_MT
src/OptimizationBackend/EnergyFunctional.cpp:263
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 must
src/util/nanoflann.h:1276
Method
save_tree
src/util/nanoflann.h:999
Method
save_value
src/util/nanoflann.h:223
Method
searchLevel
src/util/nanoflann.h:1222
Method
setNewFrameEnergyTH
src/FullSystem/FullSystemOptimize.cpp:93
Method
setOriginalCalib
src/FullSystem/FullSystem.cpp:211
Method
setPrecalcValues
src/FullSystem/FullSystem.cpp:1315
Method
setState
src/FullSystem/Residuals.h:71
Method
setStateScaled
src/FullSystem/HessianBlocks.h:194
Method
setStateZero
src/FullSystem/HessianBlocks.cpp:74
Method
setValueScaled
src/FullSystem/HessianBlocks.h:363
Method
setZero
src/OptimizationBackend/AccumulatedTopHessian.h:65
Method
set_radius_and_clear
Clears the result set and adjusts the search radius. */
src/util/nanoflann.h:188
Method
shiftUp
src/OptimizationBackend/MatrixAccumulators.h:72
Method
shiftUp
src/OptimizationBackend/MatrixAccumulators.h:156
← previous
next →
301–400 of 465, ranked by callers