MCPcopy Create free account

hub / github.com/NikolausDemmel/rootba / types & classes

Types & classes408 in github.com/NikolausDemmel/rootba

↓ 32 callersClassMetric
python/rootba/metric.py:32
↓ 5 callersClassdiyfp
external/json/nlohmann/json.hpp:16840
↓ 4 callersClassLoadConfigOptions
src/rootba/options/options_interface.hpp:212
↓ 4 callersClassout_of_range
@brief exception indicating access out of the defined range @sa https://json.nlohmann.me/api/basic_json/out_of_range/
external/json/nlohmann/json.hpp:4486
↓ 3 callersClassModulusList
python/rootba/latex/plot.py:34
↓ 2 callersClassBaLog
Extension generic Log class specifically for rootba ba_log files
python/rootba/log.py:87
↓ 2 callersClassBalProblemLoader
src/rootba/bal/bal_problem.cpp:160
↓ 2 callersClassBalProblemSaver
src/rootba/bal/bal_problem.cpp:137
↓ 2 callersClassExperimentSpec
python/rootba/metric.py:15
↓ 2 callersClassValueType
external/json/nlohmann/json.hpp:21388
↓ 2 callersClassinput_stream_adapter
! Input adapter for a (caching) istream. Ignores a UFT Byte Order Mark at beginning of input. Does not support changing the underlying std::streambuf
external/json/nlohmann/json.hpp:6153
↓ 1 callersClassBalImageOverlay
src/rootba/pangolin/bal_image_overlay.hpp:45
↓ 1 callersClassEnumValueWrapper
value type wrapper for EnumValue
src/rootba/options/enum_ref.hpp:162
↓ 1 callersClassExperiment
Holds the logs for one experiment: a single solver config run on a set of problems For one experiment, each problem may have at most one Run.
python/rootba/experiments.py:50
↓ 1 callersClassIterationSummary
This struct describes the state of the optimizer after each iteration of the minimization.
src/rootba/solver/solver_summary.hpp:99
↓ 1 callersClassNoFloatFigure
python/rootba/latex/plot.py:59
↓ 1 callersClassOverviewTable
python/rootba/latex/overview_table.py:21
↓ 1 callersClassPlot
python/rootba/latex/plot.py:63
↓ 1 callersClassResidualInfoAccu
accumulator for parallel reduce over all residuals
src/rootba/bal/residual_info.hpp:94
↓ 1 callersClassResultsTable
python/rootba/latex/results_table.py:25
↓ 1 callersClassRun
Loads files from a single run of an experiment from a folder (config, status, output, log, ...) A single run is one invocation of a solver wi
python/rootba/run.py:20
↓ 1 callersClassSolverSummary
src/rootba/solver/solver_summary.hpp:215
↓ 1 callersClassStatic
src/rootba/bal/ba_log.hpp:240
↓ 1 callersClassStats
src/rootba/bal/ba_log.hpp:57
↓ 1 callersClassSummarizeSequencesTable
python/rootba/latex/summarize_sequences_table.py:22
↓ 1 callersClassTWiseEnumRef
src/rootba/options/wise_enum_ref.hpp:52
↓ 1 callersClassWiseEnumValue
src/rootba/options/wise_enum_ref.hpp:147
↓ 1 callersClassiteration_proxy_value
external/json/nlohmann/json.hpp:5114
↓ 1 callersClassprimitive_iterator_t
@brief an iterator for primitive JSON types This class models an iterator for primitive JSON types (boolean, number, string). It's only purpose is to
external/json/nlohmann/json.hpp:12650
ClassAbstractFlags
src/rootba/options/flags_ref.hpp:53
ClassAssignOp
src/rootba/util/time_utils.hpp:66
ClassBaIteration
src/rootba/bal/ba_log.hpp:139
ClassBaLog
src/rootba/bal/ba_log.hpp:54
ClassBaLogOptions
src/rootba/bal/ba_log.hpp:49
ClassBaSolver
src/rootba/bal/ba_log.hpp:105
ClassBalAppOptions
aggregates dataset and solver options
src/rootba/bal/bal_app_options.hpp:44
ClassBalBundleAdjustmentHelper
src/rootba/bal/bal_bundle_adjustment_helper.hpp:45
ClassBalBundleAdjustmentHelper<double>
src/rootba/bal/bal_bundle_adjustment_helper.cpp:158
ClassBalBundleAdjustmentHelper<float>
src/rootba/bal/bal_bundle_adjustment_helper.cpp:152
ClassBalBundleAdjustmentHelperTest
src/rootba/bal/bal_bundle_adjustment_helper.test.cpp:47
ClassBalBundleAdjustmentTest
src/rootba/solver/bal_bundle_adjustment.test.cpp:48
ClassBalDatasetOptions
src/rootba/bal/bal_problem.hpp:48
ClassBalFrameDisplay
src/rootba/pangolin/bal_map_display.hpp:44
ClassBalIterationCallback
iteration callback for logging optimization progress to BaLog
src/rootba/ceres/bal_iteration_callback.hpp:47
ClassBalMapDisplay
src/rootba/pangolin/bal_map_display.hpp:46
ClassBalPipelineSummary
src/rootba/bal/bal_pipeline_summary.hpp:74
ClassBalProblem
src/rootba/bal/bal_problem.hpp:62
ClassBalProblem<double>
src/rootba/bal/bal_problem.cpp:890
ClassBalProblem<float>
src/rootba/bal/bal_problem.cpp:873
EnumBalReprojectionErrorOptions
src/rootba/ceres/types.hpp:40
ClassBalSnavelyReprojectionError
src/rootba/ceres/bal_residuals.hpp:48
ClassBlockDiagonalAccumulator
src/rootba/cg/block_sparse_matrix.hpp:104
ClassBlockDiagonalPreconditioner
src/rootba/cg/preconditioner.hpp:72
ClassBlockSparseMatrix
src/rootba/cg/block_sparse_matrix.hpp:150
ClassBlockSparseMatrixTest
src/rootba/cg/block_sparse_matrix.test.cpp:42
ClassCamera
src/rootba/bal/bal_problem.hpp:80
ClassCliArgumentsOptionsVisitor
src/rootba/cli/cli_options.hpp:66
ClassConcurrencyTracker
see: https://stackoverflow.com/a/24823749/1813258
src/rootba/util/tbb_utils.cpp:86
ClassConjugateGradientsSolver
src/rootba/cg/conjugate_gradient.hpp:83
ClassDatasetSummary
src/rootba/bal/bal_pipeline_summary.hpp:42
ClassDatasetSummary
src/rootba/bal/bal_problem.hpp:49
ClassDiagonalPreconditioner
src/rootba/cg/preconditioner.hpp:48
ClassEnumValue
polymophic enum value holder
src/rootba/options/enum_ref.hpp:77
ClassExperimentsContainer
python/rootba/latex/containers.py:32
ClassExperimentsTable
python/rootba/latex/containers.py:43
ClassExtend
external/json/nlohmann/json.hpp:3127
ClassExtend<integer_sequence<T, Ints...>, SeqSize, 0>
external/json/nlohmann/json.hpp:3131
ClassExtend<integer_sequence<T, Ints...>, SeqSize, 1>
external/json/nlohmann/json.hpp:3137
ClassFileInfo
src/rootba/util/serialization.hpp:53
ClassFileLoader
src/rootba/util/serialization.hpp:185
ClassFileSaver
src/rootba/util/serialization.hpp:139
ClassFromJsonOptionsVisitor
if types are incompatible, this visitor can throw json exceptions
src/rootba/options/options_interface.cpp:86
ClassGen
external/json/nlohmann/json.hpp:3145
ClassGen<T, 0>
external/json/nlohmann/json.hpp:3152
ClassHashPair
src/rootba/cg/block_sparse_matrix.hpp:52
ClassHuberLossFirstOrderCorrection
Like ceres::HuberLoss, but with 2nd derivate set to 0, which results in ceres applying the first order residual/jacobian weighting scheme.
src/rootba/ceres/loss_function.hpp:44
ClassImpl
src/rootba/util/tbb_utils.hpp:76
ClassImpl
src/rootba/util/tbb_utils.hpp:93
ClassLandmark
src/rootba/bal/bal_problem.hpp:135
ClassLandmarkBlock
src/rootba/qr/landmark_block.hpp:50
ClassLandmarkBlockBase
src/rootba/qr/landmark_block_base.hpp:43
ClassLandmarkBlockDynamic
src/rootba/qr/landmark_block_dynamic.hpp:43
ClassLandmarkBlockDynamic<double, 9>
src/rootba/qr/impl/landmark_block_dynamic.cpp:48
ClassLandmarkBlockDynamic<float, 9>
src/rootba/qr/impl/landmark_block_dynamic.cpp:44
ClassLandmarkBlockFactory
src/rootba/qr/landmark_block.hpp:153
ClassLandmarkBlockFactory<double, 9>
src/rootba/qr/landmark_block.cpp:90
ClassLandmarkBlockFactory<float, 9>
src/rootba/qr/landmark_block.cpp:86
ClassLandmarkBlockSC
src/rootba/sc/landmark_block.hpp:53
ClassLandmarkBlockStatic
src/rootba/qr/landmark_block_static.hpp:43
ClassLandmarkBlockStatic<double, 9, 2>
src/rootba/qr/impl/landmark_block_static_2.cpp:48
ClassLandmarkBlockStatic<double, 9, 3>
src/rootba/qr/impl/landmark_block_static_3.cpp:48
ClassLandmarkBlockStatic<double, 9, 4>
src/rootba/qr/impl/landmark_block_static_4.cpp:48
ClassLandmarkBlockStatic<double, 9, 5>
src/rootba/qr/impl/landmark_block_static_5.cpp:48
ClassLandmarkBlockStatic<double, 9, 6>
src/rootba/qr/impl/landmark_block_static_6.cpp:48
ClassLandmarkBlockStatic<double, 9, 7>
src/rootba/qr/impl/landmark_block_static_7.cpp:48
ClassLandmarkBlockStatic<double, 9, 8>
src/rootba/qr/impl/landmark_block_static_8.cpp:48
ClassLandmarkBlockStatic<float, 9, 2>
src/rootba/qr/impl/landmark_block_static_2.cpp:44
ClassLandmarkBlockStatic<float, 9, 3>
src/rootba/qr/impl/landmark_block_static_3.cpp:44
ClassLandmarkBlockStatic<float, 9, 4>
src/rootba/qr/impl/landmark_block_static_4.cpp:44
ClassLandmarkBlockStatic<float, 9, 5>
src/rootba/qr/impl/landmark_block_static_5.cpp:44
next →1–100 of 408, ranked by callers