Uses of Class
boofcv.factory.geo.ConfigBundleAdjustment
Packages that use ConfigBundleAdjustment
Package
Description
-
Uses of ConfigBundleAdjustment in boofcv.alg.geo.calibration
Fields in boofcv.alg.geo.calibration declared as ConfigBundleAdjustmentModifier and TypeFieldDescriptionfinal ConfigBundleAdjustmentCalibrationPlanarGridZhang99.configSBAConfig for bundle adjustment -
Uses of ConfigBundleAdjustment in boofcv.alg.structure
Fields in boofcv.alg.structure declared as ConfigBundleAdjustment -
Uses of ConfigBundleAdjustment in boofcv.factory.geo
Methods in boofcv.factory.geo that return ConfigBundleAdjustmentMethods in boofcv.factory.geo with parameters of type ConfigBundleAdjustmentModifier 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.ConfigBundleAdjustment.setTo(ConfigBundleAdjustment src) -
Uses of ConfigBundleAdjustment in boofcv.factory.sfm
Fields in boofcv.factory.sfm declared as ConfigBundleAdjustment