Uses of Class
boofcv.abst.geo.bundle.SceneStructureProjective
Packages that use SceneStructureProjective
Package
Description
-
Uses of SceneStructureProjective in boofcv.abst.geo.bundle
Methods in boofcv.abst.geo.bundle with parameters of type SceneStructureProjectiveModifier 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) Constructors in boofcv.abst.geo.bundle with parameters of type SceneStructureProjectiveModifierConstructorDescriptionPruneStructureFromSceneProjective
(SceneStructureProjective structure, SceneObservations observations) -
Uses of SceneStructureProjective in boofcv.alg.geo.bundle
Methods in boofcv.alg.geo.bundle with parameters of type SceneStructureProjectiveModifier 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
Methods in boofcv.alg.geo.trifocal that return SceneStructureProjectiveMethods in boofcv.alg.geo.trifocal that return types with arguments of type SceneStructureProjectiveConstructor parameters in boofcv.alg.geo.trifocal with type arguments of type SceneStructureProjectiveModifierConstructorDescriptionRefineThreeViewProjectiveGeometric
(TriangulateNViewsProjective triangulator, BundleAdjustment<SceneStructureProjective> sba) -
Uses of SceneStructureProjective in boofcv.alg.structure
Fields in boofcv.alg.structure declared as SceneStructureProjectiveModifier and TypeFieldDescriptionprotected final SceneStructureProjective
PairwiseGraphUtils.structurePr
The estimated scene structure.Fields in boofcv.alg.structure with type parameters of type SceneStructureProjectiveModifier and TypeFieldDescriptionprotected BundleAdjustment<SceneStructureProjective>
PairwiseGraphUtils.sba
Methods in boofcv.alg.structure that return SceneStructureProjectiveModifier and TypeMethodDescriptionInitializeCommonProjective.getStructure()
Returns the estimated scene structureConstructor parameters in boofcv.alg.structure with type arguments of type SceneStructureProjectiveModifierConstructorDescriptionPairwiseGraphUtils
(TriangulateNViewsProjective triangulator, ModelMatcher<TrifocalTensor, AssociatedTriple> ransac, BundleAdjustment<SceneStructureProjective> sba) -
Uses of SceneStructureProjective in boofcv.factory.geo
Methods in boofcv.factory.geo that return types with arguments of type SceneStructureProjectiveModifier 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.