Uses of Class
boofcv.factory.geo.ConfigLMedS
-
Uses of ConfigLMedS in boofcv.factory.geo
Modifier and TypeMethodDescriptionFactoryMultiViewRobust.baselineLMedS
(@Nullable ConfigEssential configEssential, ConfigLMedS configLMedS) static <Model,
Point>
LeastMedianOfSquares<Model,Point> FactoryMultiViewRobust.createLMEDS
(ConfigLMedS configLMedS, ModelManager<Model> manager, Class<Point> pointType) static ModelMatcher<DMatrixRMaj,
AssociatedPair> FactoryMultiViewRobust.fundamentalLMedS
(@Nullable ConfigFundamental configFundamental, ConfigLMedS configLMedS) FactoryMultiViewRobust.homographyLMedS
(@Nullable ConfigHomography configHomography, ConfigLMedS configLMedS) Robust solution for estimatingHomography2D_F64
withLMedS
.FactoryMultiViewRobust.metricThreeViewLmeds
(@Nullable ConfigPixelsToMetric configSelfcalib, ConfigLMedS configLMedS) static ModelMatcherMultiview<Se3_F64,
Point2D3D> FactoryMultiViewRobust.pnpLMedS
(@Nullable ConfigPnP configPnP, ConfigLMedS configLMedS) Robust solution to PnP problem usingLMedS
.ConfigLMedS.setTo
(ConfigLMedS src)