Documentation of 'boofcv.abst.sfm.d3.VisualOdometry' Java class
VisualOdometry
boofcv.abst.sfm.d3

Interface VisualOdometry<M>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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.
    • Method Detail

      • reset

        void reset()
        Forget past history and tracking results, returning it to its initial state.
      • isFault

        boolean isFault()
        If a fatal error occurred while updating its state then this function will return true. Before more images can be processed reset() must be called. Only needs to be called if process returns false.
        Returns:
        true if a fatal error has occurred.
      • getCameraToWorld

        M getCameraToWorld()
        Returns the estimated motion relative to the first frame in which a fatal error does not happen.
        Returns:
        Found pose.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.