Package boofcv.abst.geo.bundle
Interface BundleAdjustmentSchur.FunctionResiduals<Structure extends SceneStructure>
- All Superinterfaces:
FunctionInOut,FunctionNtoM
- All Known Implementing Classes:
BundleAdjustmentMetricResidualFunction,BundleAdjustmentProjectiveResidualFunction
- Enclosing class:
- BundleAdjustmentSchur<Structure extends SceneStructure,
M extends DMatrix>
public static interface BundleAdjustmentSchur.FunctionResiduals<Structure extends SceneStructure>
extends FunctionNtoM
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Structure structure, SceneObservations observations) Methods inherited from interface org.ddogleg.optimization.functions.FunctionInOut
getNumOfInputsN, getNumOfOutputsMMethods inherited from interface org.ddogleg.optimization.functions.FunctionNtoM
process
-
Method Details
-
configure
-