Uses of Class
boofcv.alg.structure.ReconstructionFromPairwiseGraph.SeedInfo
Packages that use ReconstructionFromPairwiseGraph.SeedInfo
-
Uses of ReconstructionFromPairwiseGraph.SeedInfo in boofcv.alg.structure
Methods in boofcv.alg.structure that return ReconstructionFromPairwiseGraph.SeedInfoModifier and TypeMethodDescriptionprotected ReconstructionFromPairwiseGraph.SeedInfoReconstructionFromPairwiseGraph.scoreSeedAndSelectSet(PairwiseImageGraph.View target, int maxMotions, ReconstructionFromPairwiseGraph.SeedInfo output) Scores how the target as a seed and selects the initial set of views it should spawn from.Methods in boofcv.alg.structure that return types with arguments of type ReconstructionFromPairwiseGraph.SeedInfoModifier and TypeMethodDescriptionprotected Map<String,ReconstructionFromPairwiseGraph.SeedInfo> ReconstructionFromPairwiseGraph.scoreNodesAsSeeds(PairwiseImageGraph graph, int maxMotions) Considers every view in the graph as a potential seed and computes their scoresMethods in boofcv.alg.structure with parameters of type ReconstructionFromPairwiseGraph.SeedInfoModifier and TypeMethodDescriptionintReconstructionFromPairwiseGraph.SeedInfo.compareTo(ReconstructionFromPairwiseGraph.SeedInfo o) protected ReconstructionFromPairwiseGraph.SeedInfoReconstructionFromPairwiseGraph.scoreSeedAndSelectSet(PairwiseImageGraph.View target, int maxMotions, ReconstructionFromPairwiseGraph.SeedInfo output) Scores how the target as a seed and selects the initial set of views it should spawn from.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.Method parameters in boofcv.alg.structure with type arguments of type ReconstructionFromPairwiseGraph.SeedInfoModifier and TypeMethodDescriptionprotected 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 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.