Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MIT-SPARK/Kimera-VIO
/ functions
Functions
1,096 in github.com/MIT-SPARK/Kimera-VIO
⨍
Functions
1,096
◇
Types & classes
180
Method
EdgeDetectorCanny
-------------------------------------------------------------------------- */ compute canny edges (TODO: untested: taken from https://github.com/openc
src/utils/UtilsOpenCV.cpp:907
Method
EurocDataProvider
-------------------------------------------------------------------------- */
src/dataprovider/EurocDataProvider.cpp:34
Method
EvaluateGain
------------------------------------------------------------------------ */
src/frontend/FeatureSelector.cpp:660
Method
ExtractCorners
-------------------------------------------------------------------------- */
src/utils/UtilsOpenCV.cpp:245
Method
FeatureSelectionCriterionStr
------------------------------------------------------------------------ */
include/kimera-vio/frontend/VioFrontEndParams.h:80
Method
FeatureSelector
/////////////////////////////////////////////////////////////////////////
src/frontend/FeatureSelector.cpp:79
Method
FeatureSelectorData
/////////////////////////////////////////////////////////////////////////
src/frontend/FeatureSelector.cpp:49
Method
FeatureSelectorParams
include/kimera-vio/frontend/VioFrontEndParams.h:39
Method
FeatureTrack
include/kimera-vio/backend/VioBackEnd-definitions.h:83
Method
FindHighIntensityInTriangle
-------------------------------------------------------------------------- */ compute max intensity of pixels within a triangle specified by the pixel
src/utils/UtilsOpenCV.cpp:932
Method
Frame
include/kimera-vio/frontend/Frame.h:67
Method
FrontendLogger
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
src/logging/Logger.cpp:350
Method
FrontendLoggerFixture
tests/testLogger.cpp:106
Method
GeneralParallelPlaneRegularBasicFactor
Constructor
include/kimera-vio/factors/ParallelPlaneRegularFactor.h:255
Method
GeneralParallelPlaneRegularTangentSpaceFactor
Constructor
include/kimera-vio/factors/ParallelPlaneRegularFactor.h:148
Method
GetHandle
Static functions to query the stats collectors:
src/utils/Statistics.cpp:52
Method
GetHandle
include/kimera-vio/utils/Statistics.h:134
Method
GetHz
src/utils/Statistics.cpp:184
Method
GetLastDeltaTime
src/utils/Statistics.cpp:214
Method
GetLastDeltaTime
include/kimera-vio/utils/Statistics.h:78
Method
GetLastValue
src/utils/Statistics.cpp:107
Method
GetLastValue
include/kimera-vio/utils/Statistics.h:85
Method
GetMax
src/utils/Statistics.cpp:156
Method
GetMaxDeltaTime
src/utils/Statistics.cpp:200
Method
GetMean
src/utils/Statistics.cpp:121
Method
GetMeanDeltaTime
Delta time statistics.
src/utils/Statistics.cpp:193
Method
GetMedian
src/utils/Statistics.cpp:163
Method
GetMin
src/utils/Statistics.cpp:149
Method
GetMinDeltaTime
src/utils/Statistics.cpp:207
Method
GetNumSamples
src/utils/Statistics.cpp:128
Method
GetQ1
src/utils/Statistics.cpp:170
Method
GetQ3
src/utils/Statistics.cpp:177
Method
GetTag
src/utils/Statistics.cpp:79
Method
GetTimeInSeconds
-------------------------------------------------------------------------- */ (NOT TESTED): get current time in seconds
src/utils/UtilsOpenCV.cpp:565
Method
GetTotal
src/utils/Statistics.cpp:114
Method
GetVariance
src/utils/Statistics.cpp:142
Method
GetVarianceDeltaTime
src/utils/Statistics.cpp:221
Method
GetVersorIfInFOV
------------------------------------------------------------------------ */ check if point, expressed in world frame, is within fov of camera (fov def
src/frontend/FeatureSelector.cpp:1175
Method
GreedyAlgorithm
------------------------------------------------------------------------ */
src/frontend/FeatureSelector.cpp:413
Method
HasHandle
Return true if a handle has been initialized for a specific tag. In contrast to GetHandle(), this allows testing for existence without modifying the t
src/utils/Statistics.cpp:73
Method
Histogram
-------------------------------------------------------------------------- */
src/utils/Histogram.cpp:23
Method
ImageLaplacian
-------------------------------------------------------------------------- */ compute image gradients (TODO: untested: taken from http://www.coldvisio
src/utils/UtilsOpenCV.cpp:868
Method
ImageToDisplay
include/kimera-vio/visualizer/Visualizer3D-definitions.h:67
Method
ImuData
include/kimera-vio/imu-frontend/ImuFrontEnd.h:44
Method
ImuFrontEnd
src/imu-frontend/ImuFrontEnd.cpp:36
Method
ImuMeasurement
include/kimera-vio/imu-frontend/ImuFrontEnd-definitions.h:42
Method
ImuMeasurements
include/kimera-vio/imu-frontend/ImuFrontEnd-definitions.h:56
Method
ImuParams
src/imu-frontend/ImuFrontEndParams.cpp:26
Method
IncrementOne
src/utils/Statistics.cpp:100
Method
IncrementOne
include/kimera-vio/utils/Statistics.h:133
Method
InitializationBackEnd
-------------------------------------------------------------------------- */
src/initial/InitializationBackEnd.cpp:28
Method
InitializationFromImu
include/kimera-vio/initial/InitializationFromImu.h:31
Method
InitializationPerformance
src/dataprovider/DataProviderInterface-definitions.cpp:98
Method
InitializeData
tests/testTracker.cpp:61
Method
IntersectVersorPlane
tests/testTracker.cpp:110
Method
KeypointWithDepth
include/kimera-vio/frontend/StereoFrame-definitions.h:38
Method
KittiDataProvider
src/dataprovider/KittiDataProvider.cpp:38
Method
LCDFixture
tests/testLoopClosureDetector.cpp:44
Method
LCDFrame
include/kimera-vio/loopclosure/LoopClosureDetector-definitions.h:54
Method
LcdDebugInfo
include/kimera-vio/loopclosure/LoopClosureDetector-definitions.h:178
Method
LcdFactory
include/kimera-vio/loopclosure/LoopClosureDetector.h:405
Method
LcdModule
include/kimera-vio/loopclosure/LoopClosureDetector.h:433
Method
LcdOutput
include/kimera-vio/loopclosure/LoopClosureDetector-definitions.h:267
Method
LcdThirdPartyWrapper
------------------------------------------------------------------------ */
src/loopclosure/LcdThirdPartyWrapper.cpp:57
Method
Logdet
/
src/frontend/FeatureSelector.cpp:302
Method
LoggerFixture
tests/testLogger.cpp:76
Method
LoopClosureDetector
------------------------------------------------------------------------ */
src/loopclosure/LoopClosureDetector.cpp:53
Method
LoopClosureDetectorLogger
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
src/logging/Logger.cpp:482
Method
LoopClosureDetectorLoggerFixture
tests/testLogger.cpp:120
Method
LoopClosureDetectorParams
include/kimera-vio/loopclosure/LoopClosureDetectorParams.h:32
Method
LoopClosureFactor
include/kimera-vio/loopclosure/LoopClosureDetector-definitions.h:208
Method
MIMOPipelineModule
include/kimera-vio/pipeline/PipelineModule.h:272
Method
MISOPipelineModule
include/kimera-vio/pipeline/PipelineModule.h:406
Method
MatchIsland
include/kimera-vio/loopclosure/LoopClosureDetector-definitions.h:83
Method
MaxAbsValue
-------------------------------------------------------------------------- */ find max absolute value of matrix entry
src/utils/UtilsOpenCV.cpp:856
Method
Mesh
src/mesh/Mesh.cpp:27
Method
Mesh
Use default move constructor. TODO define explicitly what the move ctor shall look like.
include/kimera-vio/mesh/Mesh.h:52
Method
Mesher
-------------------------------------------------------------------------- */
src/mesh/Mesher.cpp:147
Method
MesherFactory
include/kimera-vio/mesh/MesherFactory.h:27
Method
MesherFixture
tests/testMesher.cpp:31
Method
MesherModule
src/mesh/MesherModule.cpp:19
Method
MesherOutput
include/kimera-vio/mesh/Mesher-definitions.h:107
Method
MesherParams
include/kimera-vio/mesh/Mesher-definitions.h:64
Method
MultiplyHessianInPlace
------------------------------------------------------------------------ */ Multiply hessian in hessian factor ptr by nonnegative double
src/frontend/FeatureSelector.cpp:129
Method
MyGoodFeaturesToTrackSubPix
-------------------------------------------------------------------------- */ TODO(Toni): VIT this function should be optimized and cleaned. Refactor
src/utils/UtilsOpenCV.cpp:290
Method
NsecToSec
-------------------------------------------------------------------------- */ converts time from nanoseconds to seconds
src/utils/UtilsOpenCV.cpp:555
Method
OdometryFactor
include/kimera-vio/loopclosure/LoopClosureDetector-definitions.h:197
Method
OfstreamWrapper
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ This constructor will directly open the log file when called.
src/logging/Logger.cpp:34
Method
OnlineAlignmentFixture
tests/testOnlineAlignment.cpp:32
Method
OnlineGravityAlignment
-------------------------------------------------------------------------- */ Constructor for visual inertial alignment. [in] estimated camera poses i
src/initial/OnlineGravityAlignment.cpp:90
Method
OrderByUpperBound
------------------------------------------------------------------------ */
src/frontend/FeatureSelector.cpp:333
Method
ParallelPlaneRegularBasicFactor
Constructor
include/kimera-vio/factors/ParallelPlaneRegularFactor.h:203
Method
ParallelPlaneRegularFactor
Constructor
include/kimera-vio/factors/ParallelPlaneRegularFactor.h:49
Method
ParallelPlaneRegularTangentSpaceFactor
Constructor
include/kimera-vio/factors/ParallelPlaneRegularFactor.h:99
Method
PeakInfo2D
include/kimera-vio/utils/Histogram.h:102
Method
Pipeline
src/pipeline/Pipeline.cpp:96
Method
PipelineLogger
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
src/logging/Logger.cpp:467
Method
PipelineModule
* @brief PipelineModule * @param name_id Identifier for the pipeline module * @param parallel_run Spin in parallel mode or sequentially (the spi
include/kimera-vio/pipeline/PipelineModule.h:148
Method
PipelineModuleBase
* @brief PipelineModuleBase * @param */
include/kimera-vio/pipeline/PipelineModule.h:50
Method
PipelineParams
src/pipeline/PipelineParams.cpp:4
← previous
next →
301–400 of 1,096, ranked by callers