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 TypeClassDescriptionclass
LeastMedianOfSquaresCalibrated<Model,
Point> Extension ofLeastMedianOfSquares
for two calibrated camera views.class
MmmvModelChanger<ModelA,
ModelB, Point> Base class for when you want to change the output type of aModelMatcherMultiview
.class
Wrapper that enables you to estimate an essential matrix while using a rigid body modelclass
RansacCalibrated<Model,
Point> Extension ofRansac
for two calibrated camera views.Fields in boofcv.alg.geo.robust declared as ModelMatcherMultiviewModifier and TypeFieldDescriptionprotected ModelMatcherMultiview<ModelA,
Point> MmmvModelChanger.mmmv
Constructors 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.ransacPnP
Estimates 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
.