public interface BundleAdjustmentCalibrated
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(CalibratedPoseAndPoint initialModel,
List<ViewPointObservations> observations)
Refines the parameter estimated using bundle adjustment.
|
boolean process(CalibratedPoseAndPoint initialModel, List<ViewPointObservations> observations)
initialModel - 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.