Package boofcv.alg.sfm.structure2
Class DoStuffFromPairwiseGraph
- java.lang.Object
-
- boofcv.alg.sfm.structure2.DoStuffFromPairwiseGraph
-
public class DoStuffFromPairwiseGraph extends java.lang.ObjectGoal: find clusters of views with 3D connections that share a large number of common features.
-
-
Constructor Summary
Constructors Constructor Description DoStuffFromPairwiseGraph()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(LookupSimilarImages db, PairwiseImageGraph2 graph)static doublescore(PairwiseImageGraph2.Motion m)Scores the motion for its ability to capture 3D structure
-
-
-
Method Detail
-
process
public void process(LookupSimilarImages db, PairwiseImageGraph2 graph)
-
score
public static double score(PairwiseImageGraph2.Motion m)
Scores the motion for its ability to capture 3D structure
-
-