Documentation of 'boofcv.examples.sfm.ExampleVisualOdometryDepth' Java class
ExampleVisualOdometryDepth
boofcv.examples.sfm

Class ExampleVisualOdometryDepth



  • public class ExampleVisualOdometryDepth
    extends java.lang.Object
    Bare bones example showing how to estimate the camera's ego-motion using a depth camera system, e.g. Kinect. Additional information on the scene can be optionally extracted from the algorithm if it implements AccessPointTracks3D.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String inlierPercent(VisualOdometry alg)
      If the algorithm implements AccessPointTracks3D, then count the number of inlier features and return a string.
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExampleVisualOdometryDepth

        public ExampleVisualOdometryDepth()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • inlierPercent

        public static java.lang.String inlierPercent(VisualOdometry alg)
        If the algorithm implements AccessPointTracks3D, then count the number of inlier features and return a string.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.