Uses of Interface
boofcv.abst.geo.Triangulate2ViewsProjective
Packages that use Triangulate2ViewsProjective
-
Uses of Triangulate2ViewsProjective in boofcv.abst.geo.triangulate
Classes in boofcv.abst.geo.triangulate that implement Triangulate2ViewsProjectiveModifier and TypeClassDescriptionclass
Wrapper aroundTriangulateMetricLinearDLT
forTriangulate2ViewsProjective
. -
Uses of Triangulate2ViewsProjective in boofcv.factory.geo
Methods in boofcv.factory.geo that return Triangulate2ViewsProjectiveModifier and TypeMethodDescriptionstatic Triangulate2ViewsProjective
FactoryMultiView.triangulate2ViewProjective
(@Nullable ConfigTriangulation config) Triangulate two view using the Discrete Linear Transform (DLT) with an uncalibrated camera.