Uses of Interface
boofcv.abst.geo.TriangulateNViewsProjective
Packages that use TriangulateNViewsProjective
Package
Description
-
Uses of TriangulateNViewsProjective in boofcv.abst.geo.triangulate
Classes in boofcv.abst.geo.triangulate that implement TriangulateNViewsProjectiveModifier and TypeClassDescriptionclassEstimates the triangulated point then refines itclassWrapper aroundTriangulateMetricLinearDLTforTriangulate2ViewsProjective.Constructors in boofcv.abst.geo.triangulate with parameters of type TriangulateNViewsProjectiveModifierConstructorDescriptionTriangulateThenRefineProjective(TriangulateNViewsProjective estimator, RefineTriangulateProjective refiner) -
Uses of TriangulateNViewsProjective in boofcv.alg.geo.trifocal
Methods in boofcv.alg.geo.trifocal that return TriangulateNViewsProjectiveConstructors in boofcv.alg.geo.trifocal with parameters of type TriangulateNViewsProjectiveModifierConstructorDescriptionRefineThreeViewProjectiveGeometric(TriangulateNViewsProjective triangulator, BundleAdjustment<SceneStructureProjective> sba) -
Uses of TriangulateNViewsProjective in boofcv.alg.structure
Fields in boofcv.alg.structure declared as TriangulateNViewsProjectiveModifier and TypeFieldDescriptionprotected TriangulateNViewsProjectivePairwiseGraphUtils.triangulatorConstructors in boofcv.alg.structure with parameters of type TriangulateNViewsProjectiveModifierConstructorDescriptionPairwiseGraphUtils(TriangulateNViewsProjective triangulator, ModelMatcher<TrifocalTensor, AssociatedTriple> ransac, BundleAdjustment<SceneStructureProjective> sba) -
Uses of TriangulateNViewsProjective in boofcv.factory.geo
Methods in boofcv.factory.geo that return TriangulateNViewsProjectiveModifier and TypeMethodDescriptionstatic TriangulateNViewsProjectiveFactoryMultiView.triangulateNViewProj(@Nullable ConfigTriangulation config) Triangulate a homogenous point from N projective views given observations in pixel coordinates.