Uses of Interface
boofcv.abst.geo.bundle.BundleAdjustmentSchur.Jacobian
Packages that use BundleAdjustmentSchur.Jacobian
-
Uses of BundleAdjustmentSchur.Jacobian in boofcv.abst.geo.bundle
Constructors in boofcv.abst.geo.bundle with parameters of type BundleAdjustmentSchur.JacobianModifierConstructorDescriptionBundleAdjustmentSchur(UnconstrainedLeastSquaresSchur<M> minimizer, BundleAdjustmentSchur.FunctionResiduals<Structure> function, BundleAdjustmentSchur.Jacobian<Structure, M> jacobian, BundleAdjustmentSchur.Codec<Structure> codec) BundleAdjustmentSchur_DDRM(UnconstrainedLeastSquaresSchur<DMatrixRMaj> minimizer, BundleAdjustmentSchur.FunctionResiduals<Structure> function, BundleAdjustmentSchur.Jacobian<Structure, DMatrixRMaj> jacobian, BundleAdjustmentSchur.Codec<Structure> codec) BundleAdjustmentSchur_DSCC(UnconstrainedLeastSquaresSchur<DMatrixSparseCSC> minimizer, BundleAdjustmentSchur.FunctionResiduals<Structure> function, BundleAdjustmentSchur.Jacobian<Structure, DMatrixSparseCSC> jacobian, BundleAdjustmentSchur.Codec<Structure> codec) -
Uses of BundleAdjustmentSchur.Jacobian in boofcv.alg.geo.bundle
Classes in boofcv.alg.geo.bundle that implement BundleAdjustmentSchur.JacobianModifier and TypeClassDescriptionclassBundleAdjustmentMetricSchurJacobian<M extends DMatrix>Computes the Jacobian for bundle adjustment with a Schur implementation.classComputes the Jacobian forBundleAdjustmentSchur_DDRMusing sparse matrices in EJML.classComputes the Jacobian forBundleAdjustmentSchur_DSCCusing sparse matrices in EJML.classBundleAdjustmentProjectiveSchurJacobian<M extends DMatrix>Computes the Jacobian forBundleAdjustmentSchurfor generic matrices.classComputes the Jacobian forBundleAdjustmentSchur_DSCCusing sparse matrices in EJML.classComputes the Jacobian forBundleAdjustmentSchur_DSCCusing sparse matrices in EJML.