Uses of Interface
boofcv.abst.geo.bundle.BundleAdjustment
Packages that use BundleAdjustment
Package
Description
-
Uses of BundleAdjustment in boofcv.abst.geo.bundle
Classes in boofcv.abst.geo.bundle that implement BundleAdjustmentModifier 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 matricesFields in boofcv.abst.geo.bundle declared as BundleAdjustment -
Uses of BundleAdjustment in boofcv.alg.geo.trifocal
Methods in boofcv.alg.geo.trifocal that return BundleAdjustmentConstructors in boofcv.alg.geo.trifocal with parameters of type BundleAdjustmentModifierConstructorDescriptionRefineThreeViewProjectiveGeometric
(TriangulateNViewsProjective triangulator, BundleAdjustment<SceneStructureProjective> sba) -
Uses of BundleAdjustment in boofcv.alg.structure
Fields in boofcv.alg.structure declared as BundleAdjustmentModifier and TypeFieldDescriptionThreeViewEstimateMetricScene.bundleAdjustment
protected BundleAdjustment<SceneStructureProjective>
PairwiseGraphUtils.sba
Constructors in boofcv.alg.structure with parameters of type BundleAdjustmentModifierConstructorDescriptionPairwiseGraphUtils
(TriangulateNViewsProjective triangulator, ModelMatcher<TrifocalTensor, AssociatedTriple> ransac, BundleAdjustment<SceneStructureProjective> sba) -
Uses of BundleAdjustment in boofcv.factory.geo
Methods in boofcv.factory.geo that return BundleAdjustmentModifier 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.