Uses of Class
boofcv.alg.structure.PairwiseImageGraph.Motion
Packages that use PairwiseImageGraph.Motion
-
Uses of PairwiseImageGraph.Motion in boofcv.alg.structure
Fields in boofcv.alg.structure with type parameters of type PairwiseImageGraph.MotionModifier and TypeFieldDescriptionPairwiseImageGraph.View.connections
List of motions associated with this view.PairwiseImageGraph.edges
Methods in boofcv.alg.structure that return PairwiseImageGraph.MotionModifier and TypeMethodDescriptionPairwiseImageGraph.connect
(PairwiseImageGraph.View a, PairwiseImageGraph.View b) @Nullable PairwiseImageGraph.Motion
PairwiseImageGraph.View.findMotion
(PairwiseImageGraph.View target) Methods in boofcv.alg.structure with parameters of type PairwiseImageGraph.MotionModifier 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
Fields in boofcv.alg.structure.expand with type parameters of type PairwiseImageGraph.MotionModifier and TypeFieldDescriptionprotected List<PairwiseImageGraph.Motion>
ExpandByOneView.validCandidates
Method parameters in boofcv.alg.structure.expand with type arguments of type PairwiseImageGraph.MotionModifier 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.