Uses of Interface
boofcv.alg.geo.DistanceFromModelMultiView2
Packages that use DistanceFromModelMultiView2
-
Uses of DistanceFromModelMultiView2 in boofcv.alg.geo.robust
Classes in boofcv.alg.geo.robust that implement DistanceFromModelMultiView2Modifier and TypeClassDescriptionclassComputes the error for a given camera motion from two calibrated views.Constructors in boofcv.alg.geo.robust with parameters of type DistanceFromModelMultiView2ModifierConstructorDescriptionRansacCalibrated2(long randSeed, int maxIterations, double thresholdFit, ModelManager<Model> modelManager, ModelGenerator<Model, Point> modelGenerator, DistanceFromModelMultiView2<Model, Point> modelDistance)