boofcv.examples.sfm
Class ExampleVisualOdometryMonocularPlane
- java.lang.Object
-
- boofcv.examples.sfm.ExampleVisualOdometryMonocularPlane
-
public class ExampleVisualOdometryMonocularPlane extends java.lang.ObjectBare bones example showing how to estimate the camera's ego-motion using a single camera and a known plane. Additional information on the scene can be optionally extracted from the algorithm, if it implements AccessPointTracks3D.
-
-
Constructor Summary
Constructors Constructor and Description ExampleVisualOdometryMonocularPlane()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.StringinlierPercent(VisualOdometry<?> alg)If the algorithm implements AccessPointTracks3D, then count the number of inlier features and return a string.static voidmain(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
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