Uses of Interface
boofcv.abst.geo.TriangulateNViewsProjective
Package
Description
-
Uses of TriangulateNViewsProjective in boofcv.abst.geo.triangulate
Modifier and TypeClassDescriptionclass
Estimates the triangulated point then refines itclass
Wrapper aroundTriangulateMetricLinearDLT
forTriangulate2ViewsProjective
.ModifierConstructorDescriptionTriangulateThenRefineProjective
(TriangulateNViewsProjective estimator, RefineTriangulateProjective refiner) -
Uses of TriangulateNViewsProjective in boofcv.alg.geo.trifocal
ModifierConstructorDescriptionRefineThreeViewProjectiveGeometric
(TriangulateNViewsProjective triangulator, BundleAdjustment<SceneStructureProjective> sba) -
Uses of TriangulateNViewsProjective in boofcv.alg.structure
Modifier and TypeFieldDescriptionprotected TriangulateNViewsProjective
PairwiseGraphUtils.triangulator
ModifierConstructorDescriptionPairwiseGraphUtils
(TriangulateNViewsProjective triangulator, ModelMatcher<TrifocalTensor, AssociatedTriple> ransac, BundleAdjustment<SceneStructureProjective> sba) -
Uses of TriangulateNViewsProjective in boofcv.factory.geo
Modifier and TypeMethodDescriptionstatic TriangulateNViewsProjective
FactoryMultiView.triangulateNViewProj
(@Nullable ConfigTriangulation config) Triangulate a homogenous point from N projective views given observations in pixel coordinates.