Uses of Interface
boofcv.abst.geo.bundle.BundleAdjustmentSchur.Jacobian
-
Uses of BundleAdjustmentSchur.Jacobian in boofcv.abst.geo.bundle
ModifierConstructorDescriptionBundleAdjustmentSchur
(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
Modifier and TypeClassDescriptionclass
BundleAdjustmentMetricSchurJacobian<M extends DMatrix>
Computes the Jacobian for bundle adjustment with a Schur implementation.class
Computes the Jacobian forBundleAdjustmentSchur_DDRM
using sparse matrices in EJML.class
Computes the Jacobian forBundleAdjustmentSchur_DSCC
using sparse matrices in EJML.class
BundleAdjustmentProjectiveSchurJacobian<M extends DMatrix>
Computes the Jacobian forBundleAdjustmentSchur
for generic matrices.class
Computes the Jacobian forBundleAdjustmentSchur_DSCC
using sparse matrices in EJML.class
Computes the Jacobian forBundleAdjustmentSchur_DSCC
using sparse matrices in EJML.