Package boofcv.alg.structure
Class PairwiseImageGraph.View
java.lang.Object
boofcv.alg.structure.PairwiseImageGraph.View
- Enclosing class:
- PairwiseImageGraph
Information associated with a single image/frame/view
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of motions associated with this view.Unique identifier for this viewintArray index of this view in the 'nodes' arrayintTotal number of features observations in this view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnection(int index) @Nullable PairwiseImageGraph.MotionfindMotion(PairwiseImageGraph.View target) intfindMotionIdx(PairwiseImageGraph.View target) voidgetConnections(int[] indexes, int length, List<PairwiseImageGraph.View> views) Adds the views that it's connected to from the listtoString()
-
Field Details
-
id
Unique identifier for this view -
index
public int indexArray index of this view in the 'nodes' array -
totalObservations
public int totalObservationsTotal number of features observations in this view -
connections
List of motions associated with this view. It can be either the src or dst
-
-
Constructor Details
-
View
public View() -
View
-
-
Method Details