public interface EstimateSceneStructure<Structure extends boofcv.abst.geo.bundle.SceneStructure>
extends org.ddogleg.struct.Stoppable
BundleAdjustment.| Modifier and Type | Method and Description |
|---|---|
boofcv.abst.geo.bundle.SceneObservations |
getObservations()
Observations from each view
|
Structure |
getSceneStructure()
Returns the scene structure.
|
boolean |
process(PairwiseImageGraph graph)
Estimte the 3D structure of each point and view location given the
graph connecting each view
|
void |
reset()
Forgets all added views and cameras
|
boolean process(PairwiseImageGraph graph)
graph - Describes relationship of each feature between views and epipolar geometryStructure getSceneStructure()
boofcv.abst.geo.bundle.SceneObservations getObservations()
void reset()