Package boofcv.alg.sfm.d3.structure
Class VisOdomBundleAdjustment.BFrame
- java.lang.Object
-
- boofcv.alg.sfm.d3.structure.VisOdomBundleAdjustment.BFrame
-
- Enclosing class:
- VisOdomBundleAdjustment<T extends VisOdomBundleAdjustment.BTrack>
public static class VisOdomBundleAdjustment.BFrame extends java.lang.ObjectA BFrame is a key frame. Each keyframe represents the state at the time of a specific image frame in the sequence.
-
-
Field Summary
Fields Modifier and Type Field Description VisOdomBundleAdjustment.BCameracamerageoregression.struct.se.Se3_F64frame_to_worldlongidintlistIndexorg.ddogleg.struct.FastArray<VisOdomBundleAdjustment.BTrack>tracks
-
Constructor Summary
Constructors Constructor Description BFrame()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreset()
-
-
-
Field Detail
-
id
public long id
-
camera
public VisOdomBundleAdjustment.BCamera camera
-
tracks
public final org.ddogleg.struct.FastArray<VisOdomBundleAdjustment.BTrack> tracks
-
frame_to_world
public final georegression.struct.se.Se3_F64 frame_to_world
-
listIndex
public int listIndex
-
-