Uses of Class
boofcv.misc.ConfigConverge
Packages that use ConfigConverge
Package
Description
-
Uses of ConfigConverge in boofcv.abst.geo.bundle
Fields in boofcv.abst.geo.bundle declared as ConfigConvergeModifier and TypeFieldDescriptionfinal ConfigConvergeMetricBundleAdjustmentUtils.configConvergeConfigures convergence criteria for SBA -
Uses of ConfigConverge in boofcv.alg.distort.kanbra
Fields in boofcv.alg.distort.kanbra declared as ConfigConvergeModifier and TypeFieldDescriptionfinal ConfigConvergeKannalaBrandtPtoS_F32.convergeSpecifies convergence criteriafinal ConfigConvergeKannalaBrandtPtoS_F64.convergeSpecifies convergence criteria -
Uses of ConfigConverge in boofcv.alg.geo.calibration
Fields in boofcv.alg.geo.calibration declared as ConfigConvergeModifier and TypeFieldDescriptionfinal ConfigConvergeCalibrationPlanarGridZhang99.configConvergeSBAConvergence parameters for SBA -
Uses of ConfigConverge in boofcv.alg.geo.f
Methods in boofcv.alg.geo.f that return ConfigConverge -
Uses of ConfigConverge in boofcv.alg.geo.pose
Fields in boofcv.alg.geo.pose declared as ConfigConvergeModifier and TypeFieldDescriptionfinal ConfigConvergeCompatibleProjectiveHomography.configConverge -
Uses of ConfigConverge in boofcv.alg.geo.selfcalib
Fields in boofcv.alg.geo.selfcalib declared as ConfigConvergeModifier and TypeFieldDescriptionfinal ConfigConvergeRefineDualQuadraticAlgebraicError.convergeConvergence criteriafinal ConfigConvergeRefineTwoViewPinholeRotation.convergeConvergence criteria -
Uses of ConfigConverge in boofcv.alg.geo.trifocal
Methods in boofcv.alg.geo.trifocal that return ConfigConverge -
Uses of ConfigConverge in boofcv.alg.structure
Fields in boofcv.alg.structure declared as ConfigConvergeModifier and TypeFieldDescriptionPairwiseGraphUtils.configConvergeSBAConverge tolerance for SBAThreeViewEstimateMetricScene.convergeSBAConfigProjectiveReconstruction.sbaConvergeConverge tolerance for SBA -
Uses of ConfigConverge in boofcv.factory.geo
Fields in boofcv.factory.geo declared as ConfigConvergeModifier and TypeFieldDescriptionConfigThreeViewRefine.convergeConvergence criteriaConfigTriangulation.convergeIf an iterative technique is selected this is the convergence criteriaConfigTrifocal.convergeIf an iterative method was selected, this specifies the convergence criteriafinal ConfigConvergeConfigTrifocalError.convergeIf an iterative method was selected, this specifies the convergence criteriaConfigSelfCalibDualQuadratic.refineAlgebraicPerforms non-linear refinement minimizing a algebraic cost functionMethods in boofcv.factory.geo with parameters of type ConfigConvergeModifier and TypeMethodDescriptionFactoryMultiView.refineDualAbsoluteQuadratic(ConfigConverge config) ReturnsRefineDualQuadraticAlgebraicErrorwhich can be used to minimize the Dual Quadratic by minimizing algebraic error.static RefineTriangulateEpipolarFactoryMultiView.triangulateRefineEpipolar(ConfigConverge config) Refine the triangulation using Sampson error.static RefineTriangulateMetricFactoryMultiView.triangulateRefineMetric(ConfigConverge config) Refine the triangulation by computing the difference between predicted and actual pixel location.static RefineTriangulateMetricHFactoryMultiView.triangulateRefineMetricH(ConfigConverge config) Refine the triangulation by computing the difference between predicted and actual pixel location.static RefineTriangulateProjectiveFactoryMultiView.triangulateRefineProj(ConfigConverge config) Refines a projective triangulation -
Uses of ConfigConverge in boofcv.factory.sfm
Fields in boofcv.factory.sfm declared as ConfigConvergeModifier and TypeFieldDescriptionConfigStereoQuadPnP.bundleConvergeConvergence criteria for bundle adjustment.ConfigVisOdomTrackPnP.bundleConvergeConvergence criteria for bundle adjustment.final ConfigConvergeConfigBundleUtils.convergeConfigures convergence criteria for SBA -
Uses of ConfigConverge in boofcv.misc
Methods in boofcv.misc that return ConfigConvergeModifier and TypeMethodDescriptionConfigConverge.setTo(double ftol, double gtol, int maxIterations) ConfigConverge.setTo(ConfigConverge src) Methods in boofcv.misc with parameters of type ConfigConvergeConstructors in boofcv.misc with parameters of type ConfigConverge