Uses of Interface
boofcv.abst.geo.bundle.BundleAdjustment
Package
Description
-
Uses of BundleAdjustment in boofcv.abst.geo.bundle
Modifier and TypeClassDescriptionclass
BundleAdjustmentSchur<Structure extends SceneStructure,
M extends DMatrix> Implementation of bundle adjustment using Shur Complement and generic sparse matrices.class
BundleAdjustmentSchur_DDRM<Structure extends SceneStructure>
Implementation ofBundleAdjustmentSchur
for dense matricesclass
BundleAdjustmentSchur_DSCC<Structure extends SceneStructure>
Implementation ofBundleAdjustmentSchur
for sparse matrices -
Uses of BundleAdjustment in boofcv.alg.geo.trifocal
ModifierConstructorDescriptionRefineThreeViewProjectiveGeometric
(TriangulateNViewsProjective triangulator, BundleAdjustment<SceneStructureProjective> sba) -
Uses of BundleAdjustment in boofcv.alg.structure
Modifier and TypeFieldDescriptionThreeViewEstimateMetricScene.bundleAdjustment
protected BundleAdjustment<SceneStructureProjective>
PairwiseGraphUtils.sba
ModifierConstructorDescriptionPairwiseGraphUtils
(TriangulateNViewsProjective triangulator, ModelMatcher<TrifocalTensor, AssociatedTriple> ransac, BundleAdjustment<SceneStructureProjective> sba) -
Uses of BundleAdjustment in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic BundleAdjustment<SceneStructureMetric>
FactoryMultiView.bundleDenseMetric
(boolean robust, @Nullable ConfigBundleAdjustment config) Returns bundle adjustment with a dense implementation for metric reconstruction.FactoryMultiView.bundleDenseProjective
(boolean robust, @Nullable ConfigBundleAdjustment config) Returns bundle adjustment with a sparse implementation for projective reconstruction.static BundleAdjustment<SceneStructureMetric>
FactoryMultiView.bundleSparseMetric
(@Nullable ConfigBundleAdjustment config) Returns bundle adjustment with a sparse implementation for metric reconstruction.FactoryMultiView.bundleSparseProjective
(@Nullable ConfigBundleAdjustment config) Returns bundle adjustment with a sparse implementation for projective reconstruction.