Uses of Class
boofcv.alg.structure.PairwiseImageGraph
Packages that use PairwiseImageGraph
-
Uses of PairwiseImageGraph in boofcv.alg.structure
Fields in boofcv.alg.structure declared as PairwiseImageGraphMethods in boofcv.alg.structure with parameters of type PairwiseImageGraphModifier and TypeMethodDescriptionvoidMetricFromUncalibratedPairwiseGraph.PairwiseViewScenes.initialize(PairwiseImageGraph pairwise) booleanMetricFromUncalibratedPairwiseGraph.process(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph pairwise) Performs a projective reconstruction of the scene from the views contained in the graphprotected Map<String,ReconstructionFromPairwiseGraph.SeedInfo> ReconstructionFromPairwiseGraph.scoreNodesAsSeeds(PairwiseImageGraph graph, int maxMotions) Considers every view in the graph as a potential seed and computes their scoresprotected voidReconstructionFromPairwiseGraph.selectAndSpawnSeeds(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph pairwise, DogArray<ReconstructionFromPairwiseGraph.SeedInfo> candidates, Map<String, ReconstructionFromPairwiseGraph.SeedInfo> lookupInfo) Goes through every candidate for a seed and greedily selects the ones with the best score.protected booleanMetricFromUncalibratedPairwiseGraph.spawnSceneFromSeed(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph pairwise, ReconstructionFromPairwiseGraph.SeedInfo info) It will attempt to find a metric scene around the specified scene.protected abstract booleanReconstructionFromPairwiseGraph.spawnSceneFromSeed(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph pairwise, ReconstructionFromPairwiseGraph.SeedInfo info) Attempts to create a scene from the passed in seed. -
Uses of PairwiseImageGraph in boofcv.alg.structure.spawn
Methods in boofcv.alg.structure.spawn with parameters of type PairwiseImageGraphModifier and TypeMethodDescriptionbooleanMetricSpawnSceneFromView.process(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph pairwise, PairwiseImageGraph.View seed, DogArray_I32 motions) Computes the metric scene given the seed and related views -
Uses of PairwiseImageGraph in boofcv.io.geo
Methods in boofcv.io.geo that return PairwiseImageGraphModifier and TypeMethodDescriptionstatic PairwiseImageGraphMultiViewIO.load(Reader reader, @Nullable PairwiseImageGraph graph) DecodesPairwiseImageGraphencoded in a YAML format from a reader.static PairwiseImageGraphMultiViewIO.load(String path, @Nullable PairwiseImageGraph graph) Methods in boofcv.io.geo with parameters of type PairwiseImageGraphModifier and TypeMethodDescriptionstatic PairwiseImageGraphMultiViewIO.load(Reader reader, @Nullable PairwiseImageGraph graph) DecodesPairwiseImageGraphencoded in a YAML format from a reader.static SceneWorkingGraphMultiViewIO.load(Reader reader, PairwiseImageGraph pairwise, @Nullable SceneWorkingGraph working) DecodesSceneWorkingGraphencoded in a YAML format from a reader.static PairwiseImageGraphMultiViewIO.load(String path, @Nullable PairwiseImageGraph graph) static SceneWorkingGraphMultiViewIO.load(String path, PairwiseImageGraph pairwise, @Nullable SceneWorkingGraph working) static voidMultiViewIO.loadInlierInfo(List<Object> list, PairwiseImageGraph pairwise, DogArray<SceneWorkingGraph.InlierInfo> listInliers) static voidMultiViewIO.save(PairwiseImageGraph graph, Writer outputWriter) Saves aPairwiseImageGraphinto theWriter.static voidMultiViewIO.save(PairwiseImageGraph graph, String path)