public interface VisualOdometry<M>
| Modifier and Type | Method and Description |
|---|---|
M |
getCameraToWorld()
Returns the estimated motion relative to the first frame in which a fatal error
does not happen.
|
boolean |
isFault()
If a fatal error occurred while updating its state then this function will return true.
|
void |
reset()
Forget past history and tracking results, returning it to its initial state.
|
void reset()
boolean isFault()
reset() must be called. Only needs to be
called if process returns false.M getCameraToWorld()