Uses of Interface
boofcv.alg.geo.robust.ModelMatcherMultiview
Packages that use ModelMatcherMultiview
-
Uses of ModelMatcherMultiview in boofcv.alg.geo.robust
Classes in boofcv.alg.geo.robust that implement ModelMatcherMultiviewModifier and TypeClassDescriptionclassLeastMedianOfSquaresCalibrated<Model,Point> Extension ofLeastMedianOfSquaresfor two calibrated camera views.classMmmvModelChanger<ModelA,ModelB, Point> Base class for when you want to change the output type of aModelMatcherMultiview.classWrapper that enables you to estimate an essential matrix while using a rigid body modelclassRansacCalibrated<Model,Point> Extension ofRansacfor two calibrated camera views.Fields in boofcv.alg.geo.robust declared as ModelMatcherMultiviewModifier and TypeFieldDescriptionprotected ModelMatcherMultiview<ModelA,Point> MmmvModelChanger.mmmvConstructors in boofcv.alg.geo.robust with parameters of type ModelMatcherMultiviewModifierConstructorDescriptionprotected -
Uses of ModelMatcherMultiview in boofcv.alg.structure.expand
Fields in boofcv.alg.structure.expand declared as ModelMatcherMultiviewModifier and TypeFieldDescriptionEstimateViewKnownCalibration.ransacPnPEstimates the new view's location -
Uses of ModelMatcherMultiview in boofcv.factory.geo
Methods in boofcv.factory.geo that return ModelMatcherMultiviewModifier and TypeMethodDescriptionFactoryMultiViewRobust.baselineLMedS(@Nullable ConfigEssential configEssential, ConfigLMedS configLMedS) FactoryMultiViewRobust.essentialRansac(@Nullable ConfigEssential configEssential, ConfigRansac configRansac) Estimates the essential matrix given associated image features in normalized image coordinates using RANSAC.static ModelMatcherMultiview<Se3_F64,Point2D3D> FactoryMultiViewRobust.pnpLMedS(@Nullable ConfigPnP configPnP, ConfigLMedS configLMedS) Robust solution to PnP problem usingLMedS.