public class BundleAdjustmentCalibratedDense extends Object implements BundleAdjustmentCalibrated
| Constructor and Description |
|---|
BundleAdjustmentCalibratedDense(double convergenceTol,
int maxIterations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(CalibratedPoseAndPoint initialModel,
List<ViewPointObservations> observations)
Refines the parameter estimated using bundle adjustment.
|
public BundleAdjustmentCalibratedDense(double convergenceTol,
int maxIterations)
public boolean process(CalibratedPoseAndPoint initialModel, 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.Copyright © 2013. All Rights Reserved.