Uses of Class
boofcv.alg.structure.PairwiseImageGraph.Motion
-
Uses of PairwiseImageGraph.Motion in boofcv.alg.structure
Modifier and TypeFieldDescriptionPairwiseImageGraph.View.connections
List of motions associated with this view.PairwiseImageGraph.edges
Modifier and TypeMethodDescriptionPairwiseImageGraph.connect
(PairwiseImageGraph.View a, PairwiseImageGraph.View b) @Nullable PairwiseImageGraph.Motion
PairwiseImageGraph.View.findMotion
(PairwiseImageGraph.View target) Modifier and TypeMethodDescriptionstatic void
PairwiseGraphUtils.createTableViewAtoB
(PairwiseImageGraph.View viewA, PairwiseImageGraph.Motion edge, DogArray_I32 table_a_to_b) Creates a look up table for converting features indexes from view A to view B from the list of inliers. -
Uses of PairwiseImageGraph.Motion in boofcv.alg.structure.expand
Modifier and TypeFieldDescriptionprotected List<PairwiseImageGraph.Motion>
ExpandByOneView.validCandidates
Modifier and TypeMethodDescriptionboolean
ExpandByOneView.selectTwoConnections
(PairwiseImageGraph.View target, List<PairwiseImageGraph.Motion> connections) Selects two views which are connected to the target by maximizing a score function.