Uses of Interface
boofcv.alg.geo.robust.ModelMatcherMultiview
-
Uses of ModelMatcherMultiview in boofcv.alg.geo.robust
Modifier 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.Modifier and TypeFieldDescriptionprotected ModelMatcherMultiview<ModelA,
Point> MmmvModelChanger.mmmv
ModifierConstructorDescriptionprotected
-
Uses of ModelMatcherMultiview in boofcv.alg.structure.expand
Modifier and TypeFieldDescriptionEstimateViewKnownCalibration.ransacPnP
Estimates the new view's location -
Uses of ModelMatcherMultiview in boofcv.factory.geo
Modifier 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
.