Package boofcv.alg.sfm.d3.structure
Class VisOdomBundleAdjustment.BObservation
- java.lang.Object
-
- boofcv.alg.sfm.d3.structure.VisOdomBundleAdjustment.BObservation
-
- Enclosing class:
- VisOdomBundleAdjustment<T extends VisOdomBundleAdjustment.BTrack>
public static class VisOdomBundleAdjustment.BObservation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description VisOdomBundleAdjustment.BFrameframegeoregression.struct.point.Point2D_F64pixel
-
Constructor Summary
Constructors Constructor Description BObservation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreset()
-
-
-
Field Detail
-
pixel
public final georegression.struct.point.Point2D_F64 pixel
-
frame
public VisOdomBundleAdjustment.BFrame frame
-
-