Class BundleAdjustmentProjectiveSchurJacobian<M extends DMatrix>

java.lang.Object
boofcv.alg.geo.bundle.BundleAdjustmentProjectiveSchurJacobian<M>
All Implemented Interfaces:
BundleAdjustmentSchur.Jacobian<SceneStructureProjective,M>, FunctionInOut, SchurJacobian<M>
Direct Known Subclasses:
BundleAdjustmentProjectiveSchurJacobian_DDRM, BundleAdjustmentProjectiveSchurJacobian_DSCC

public abstract class BundleAdjustmentProjectiveSchurJacobian<M extends DMatrix> extends Object implements BundleAdjustmentSchur.Jacobian<SceneStructureProjective,M>
Computes the Jacobian for BundleAdjustmentSchur for generic matrices.
  • Constructor Details

    • BundleAdjustmentProjectiveSchurJacobian

      public BundleAdjustmentProjectiveSchurJacobian()
  • Method Details