Uses of Class
boofcv.alg.structure.ReconstructionFromPairwiseGraph.SeedInfo
-
Uses of ReconstructionFromPairwiseGraph.SeedInfo in boofcv.alg.structure
Modifier and TypeMethodDescriptionprotected ReconstructionFromPairwiseGraph.SeedInfo
ReconstructionFromPairwiseGraph.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.Modifier 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 scoresModifier and TypeMethodDescriptionint
ReconstructionFromPairwiseGraph.SeedInfo.compareTo
(ReconstructionFromPairwiseGraph.SeedInfo o) protected ReconstructionFromPairwiseGraph.SeedInfo
ReconstructionFromPairwiseGraph.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 boolean
MetricFromUncalibratedPairwiseGraph.spawnSceneFromSeed
(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph pairwise, ReconstructionFromPairwiseGraph.SeedInfo info) It will attempt to find a metric scene around the specified scene.protected abstract boolean
ReconstructionFromPairwiseGraph.spawnSceneFromSeed
(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph pairwise, ReconstructionFromPairwiseGraph.SeedInfo info) Attempts to create a scene from the passed in seed.Modifier and TypeMethodDescriptionprotected void
ReconstructionFromPairwiseGraph.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 void
ReconstructionFromPairwiseGraph.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.