Uses of Class
boofcv.alg.structure.LookUpCameraInfo
Packages that use LookUpCameraInfo
-
Uses of LookUpCameraInfo in boofcv.alg.structure
Fields in boofcv.alg.structure declared as LookUpCameraInfoMethods in boofcv.alg.structure with parameters of type LookUpCameraInfoModifier and TypeMethodDescriptionprotected voidGeneratePairwiseImageGraph.createEdge(LookUpCameraInfo dbCams, String src, String dst, DogArray<AssociatedPair> pairs, DogArray<AssociatedIndex> matches) Connects two views together if they meet a minimal set of geometric requirements.booleanInitializeCommonMetric.metricScene(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph.View seed, DogArray_I32 seedConnIdx, MetricCameras results) Computes a metric reconstruction.voidGeneratePairwiseImageGraph.process(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams) Connects images by testing features for a geometric relationship.booleanMetricFromUncalibratedPairwiseGraph.process(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph pairwise) Performs a projective reconstruction of the scene from the views contained in the graphbooleanInitializeCommonProjective.projectiveSceneN(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCams, PairwiseImageGraph.View seed, DogArray_I32 seedFeatsIdx, DogArray_I32 seedConnIdx) Computes a projective reconstruction.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.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 LookUpCameraInfo in boofcv.alg.structure.expand
Methods in boofcv.alg.structure.expand with parameters of type LookUpCameraInfoModifier and TypeMethodDescriptionbooleanMetricExpandByOneView.process(LookUpSimilarImages dbSimilar, LookUpCameraInfo dbCam, SceneWorkingGraph workGraph, PairwiseImageGraph.View target) Attempts to estimate the camera model in the global projective space for the specified view -
Uses of LookUpCameraInfo in boofcv.alg.structure.spawn
Methods in boofcv.alg.structure.spawn with parameters of type LookUpCameraInfoModifier 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