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 TypeMethodDescriptionvoidScaleSceneStructure.applyScale(SceneStructureProjective structure, SceneObservations observations) Applies the scale transform to the input scene structure.voidScaleSceneStructure.applyScaleToPixelsAndCameraMatrix(SceneStructureProjective structure, SceneObservations observations) voidScaleSceneStructure.undoScale(SceneStructureProjective structure, SceneObservations observations) Undoes scale transform for projective scenesvoidScaleSceneStructure.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 TypeMethodDescriptionvoidBundleAdjustmentProjectiveResidualFunction.configure(SceneStructureProjective structure, SceneObservations observations) Specifies the scenes structure and observed feature locationsvoidBundleAdjustmentProjectiveSchurJacobian.configure(SceneStructureProjective structure, SceneObservations observations) voidCodecSceneStructureProjective.decode(double[] input, SceneStructureProjective structure) voidCodecSceneStructureProjective.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 SceneStructureProjectivePairwiseGraphUtils.structurePrThe estimated scene structure.Fields in boofcv.alg.structure with type parameters of type SceneStructureProjectiveModifier and TypeFieldDescriptionprotected BundleAdjustment<SceneStructureProjective>PairwiseGraphUtils.sbaMethods 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.