public class BundleAdjustmentCalibratedDense extends java.lang.Object implements BundleAdjustmentCalibrated
| Constructor and Description |
|---|
BundleAdjustmentCalibratedDense(double convergenceTol,
int maxIterations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(CalibratedPoseAndPoint initialModel,
java.util.List<ViewPointObservations> observations)
Refines the parameter estimated using bundle adjustment.
|
public BundleAdjustmentCalibratedDense(double convergenceTol,
int maxIterations)
public boolean process(CalibratedPoseAndPoint initialModel, java.util.List<ViewPointObservations> observations)
BundleAdjustmentCalibratedprocess in interface BundleAdjustmentCalibratedinitialModel - Initial estimate at parameters. Modified on output with refined results.observations - Observation of image features in each frame. Normalized coordinates.