Uses of Class
boofcv.abst.geo.bundle.SceneStructureProjective
Package
Description
-
Uses of SceneStructureProjective in boofcv.abst.geo.bundle
Modifier and TypeMethodDescriptionvoid
ScaleSceneStructure.applyScale
(SceneStructureProjective structure, SceneObservations observations) Applies the scale transform to the input scene structure.void
ScaleSceneStructure.applyScaleToPixelsAndCameraMatrix
(SceneStructureProjective structure, SceneObservations observations) void
ScaleSceneStructure.undoScale
(SceneStructureProjective structure, SceneObservations observations) Undoes scale transform for projective scenesvoid
ScaleSceneStructure.undoScaleToPixelsAndCameraMatrix
(SceneStructureProjective structure, SceneObservations observations) ModifierConstructorDescriptionPruneStructureFromSceneProjective
(SceneStructureProjective structure, SceneObservations observations) -
Uses of SceneStructureProjective in boofcv.alg.geo.bundle
Modifier and TypeMethodDescriptionvoid
BundleAdjustmentProjectiveResidualFunction.configure
(SceneStructureProjective structure, SceneObservations observations) Specifies the scenes structure and observed feature locationsvoid
BundleAdjustmentProjectiveSchurJacobian.configure
(SceneStructureProjective structure, SceneObservations observations) void
CodecSceneStructureProjective.decode
(double[] input, SceneStructureProjective structure) void
CodecSceneStructureProjective.encode
(SceneStructureProjective structure, double[] output) -
Uses of SceneStructureProjective in boofcv.alg.geo.trifocal
ModifierConstructorDescriptionRefineThreeViewProjectiveGeometric
(TriangulateNViewsProjective triangulator, BundleAdjustment<SceneStructureProjective> sba) -
Uses of SceneStructureProjective in boofcv.alg.structure
Modifier and TypeFieldDescriptionprotected final SceneStructureProjective
PairwiseGraphUtils.structurePr
The estimated scene structure.Modifier and TypeFieldDescriptionprotected BundleAdjustment<SceneStructureProjective>
PairwiseGraphUtils.sba
Modifier and TypeMethodDescriptionInitializeCommonProjective.getStructure()
Returns the estimated scene structureModifierConstructorDescriptionPairwiseGraphUtils
(TriangulateNViewsProjective triangulator, ModelMatcher<TrifocalTensor, AssociatedTriple> ransac, BundleAdjustment<SceneStructureProjective> sba) -
Uses of SceneStructureProjective in boofcv.factory.geo
Modifier and TypeMethodDescriptionFactoryMultiView.bundleDenseProjective
(boolean robust, @Nullable ConfigBundleAdjustment config) Returns bundle adjustment with a sparse implementation for projective reconstruction.FactoryMultiView.bundleSparseProjective
(@Nullable ConfigBundleAdjustment config) Returns bundle adjustment with a sparse implementation for projective reconstruction.