Uses of Class
boofcv.alg.geo.robust.RansacCalibrated
Packages that use RansacCalibrated
-
Uses of RansacCalibrated in boofcv.factory.geo
Methods in boofcv.factory.geo that return RansacCalibratedModifier and TypeMethodDescriptionstatic RansacCalibrated<Se3_F64,AssociatedPair> FactoryMultiViewRobust.baselineRansac(@Nullable ConfigEssential configEssential, ConfigRansac configRansac) Robust solution for estimating the stereo baselineSe3_F64using epipolar geometry from two views withRansacCalibrated.FactoryMultiViewRobust.homographyCalibratedRansac(ConfigRansac configRansac) Estimates a homography from normalized image coordinates but computes the error in pixel coordinatesstatic RansacCalibrated<Se3_F64,Point2D3D> FactoryMultiViewRobust.pnpRansac(@Nullable ConfigPnP configPnP, ConfigRansac configRansac) Robust solution to PnP problem usingRansac.