Package boofcv.alg.sfm.structure
Class PairwiseImageGraph
- java.lang.Object
-
- boofcv.alg.sfm.structure.PairwiseImageGraph
-
public class PairwiseImageGraph extends java.lang.ObjectGraph describing the relationship between image features using matching features from epipolar geometry.
-
-
Constructor Summary
Constructors Constructor Description PairwiseImageGraph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCamera(boofcv.alg.sfm.structure.PairwiseImageGraph.Camera camera)java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion>findCameraMotions(boofcv.alg.sfm.structure.PairwiseImageGraph.Camera target, java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion> storage)Finds all motions which are observations of the specified camera entirely, src and dst
-
-
-
Method Detail
-
addCamera
public void addCamera(boofcv.alg.sfm.structure.PairwiseImageGraph.Camera camera)
-
findCameraMotions
public java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion> findCameraMotions(boofcv.alg.sfm.structure.PairwiseImageGraph.Camera target, @Nullable java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion> storage)Finds all motions which are observations of the specified camera entirely, src and dst- Parameters:
target- (Input) Camera being searched forstorage- (Output) Optional storage for found camera motions- Returns:
-
-