Uses of Class
boofcv.abst.geo.bundle.SceneObservations
Packages that use SceneObservations
Package
Description
-
Uses of SceneObservations in boofcv.abst.geo.bundle
Fields in boofcv.abst.geo.bundle declared as SceneObservationsModifier and TypeFieldDescriptionfinal SceneObservations
MetricBundleAdjustmentUtils.observations
Methods in boofcv.abst.geo.bundle with parameters of type SceneObservationsModifier and TypeMethodDescriptionvoid
ScaleSceneStructure.applyScale
(SceneStructureMetric structure, SceneObservations observations) Applies the scale transform to the input scene structure.void
ScaleSceneStructure.applyScale
(SceneStructureProjective structure, SceneObservations observations) Applies the scale transform to the input scene structure.void
ScaleSceneStructure.applyScaleToPixelsAndCameraMatrix
(SceneStructureProjective structure, SceneObservations observations) void
BundleAdjustmentSchur.FunctionResiduals.configure
(Structure structure, SceneObservations observations) void
BundleAdjustmentSchur.Jacobian.configure
(Structure structure, SceneObservations observations) boolean
SceneObservations.isIdentical
(SceneObservations other) Returns true of the two observations contain the same valuesvoid
BundleAdjustment.setParameters
(Structure structure, SceneObservations observations) Specifies the optimization parameters.void
BundleAdjustmentSchur.setParameters
(Structure structure, SceneObservations observations) void
ScaleSceneStructure.undoScale
(SceneStructureMetric structure, SceneObservations observations) Undoes scale transform for metric.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 SceneObservationsModifierConstructorDescriptionPruneStructureFromSceneMetric
(SceneStructureMetric structure, SceneObservations observations) PruneStructureFromSceneProjective
(SceneStructureProjective structure, SceneObservations observations) -
Uses of SceneObservations in boofcv.alg.geo
Methods in boofcv.alg.geo with parameters of type SceneObservationsModifier and TypeMethodDescriptionstatic void
MultiViewOps.triangulatePoints
(SceneStructureMetric structure, SceneObservations observations) Convenience function for initializing bundle adjustment parameters. -
Uses of SceneObservations in boofcv.alg.geo.bundle
Methods in boofcv.alg.geo.bundle with parameters of type SceneObservationsModifier and TypeMethodDescriptionvoid
BundleAdjustmentMetricResidualFunction.configure
(SceneStructureMetric structure, SceneObservations observations) Specifies the scenes structure and observed feature locationsvoid
BundleAdjustmentMetricSchurJacobian.configure
(SceneStructureMetric structure, SceneObservations observations) void
BundleAdjustmentProjectiveResidualFunction.configure
(SceneStructureProjective structure, SceneObservations observations) Specifies the scenes structure and observed feature locationsvoid
BundleAdjustmentProjectiveSchurJacobian.configure
(SceneStructureProjective structure, SceneObservations observations) -
Uses of SceneObservations in boofcv.alg.geo.calibration
Fields in boofcv.alg.geo.calibration declared as SceneObservations -
Uses of SceneObservations in boofcv.alg.geo.trifocal
Methods in boofcv.alg.geo.trifocal that return SceneObservations -
Uses of SceneObservations in boofcv.alg.structure
Fields in boofcv.alg.structure declared as SceneObservationsModifier and TypeFieldDescriptionprotected final SceneObservations
PairwiseGraphUtils.observations
Methods in boofcv.alg.structure with parameters of type SceneObservationsModifier and TypeMethodDescriptionboolean
MetricSanityChecks.checkPhysicalConstraints
(SceneStructureMetric structure, SceneObservations observations, List<CameraPinholeBrown> listPriors) -
Uses of SceneObservations in boofcv.io.geo
Fields in boofcv.io.geo declared as SceneObservationsMethods in boofcv.io.geo that return SceneObservationsModifier and TypeMethodDescriptionstatic SceneObservations
MultiViewIO.load
(Reader reader, @Nullable SceneObservations observations) DecodesSceneObservations
encoded in a YAML format from a reader.static SceneObservations
MultiViewIO.load
(String path, @Nullable SceneObservations graph) Methods in boofcv.io.geo with parameters of type SceneObservationsModifier and TypeMethodDescriptionstatic SceneObservations
MultiViewIO.load
(Reader reader, @Nullable SceneObservations observations) DecodesSceneObservations
encoded in a YAML format from a reader.static SceneObservations
MultiViewIO.load
(String path, @Nullable SceneObservations graph) static void
MultiViewIO.save
(SceneObservations scene, Writer outputWriter) Saves aSceneObservations
into theWriter
.