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
Modifier and TypeFieldDescriptionList of motions associated with this view.Unique identifier for this viewint
Array index of this view in the 'nodes' arrayint
Total number of features observations in this view -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconnection
(int index) @Nullable PairwiseImageGraph.Motion
findMotion
(PairwiseImageGraph.View target) int
findMotionIdx
(PairwiseImageGraph.View target) void
getConnections
(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