Uses of Interface
boofcv.alg.geo.DistanceFromModelMultiView2
-
Uses of DistanceFromModelMultiView2 in boofcv.alg.geo.robust
Modifier and TypeClassDescriptionclass
Computes the error for a given camera motion from two calibrated views.ModifierConstructorDescriptionRansacCalibrated2
(long randSeed, int maxIterations, double thresholdFit, ModelManager<Model> modelManager, ModelGenerator<Model, Point> modelGenerator, DistanceFromModelMultiView2<Model, Point> modelDistance)