Uses of Class
boofcv.factory.geo.ConfigLMedS
Packages that use ConfigLMedS
-
Uses of ConfigLMedS in boofcv.factory.geo
Methods in boofcv.factory.geo that return ConfigLMedSMethods in boofcv.factory.geo with parameters of type ConfigLMedSModifier 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_F64withLMedS.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)