Uses of Class
boofcv.factory.geo.ConfigRansac
Packages that use ConfigRansac
Package
Description
-
Uses of ConfigRansac in boofcv.alg.structure
Fields in boofcv.alg.structure declared as ConfigRansacModifier and TypeFieldDescriptionThreeViewEstimateMetricScene.configRansacConfigProjectiveReconstruction.ransacConfigurations for running RANSAC -
Uses of ConfigRansac in boofcv.alg.structure.expand
Methods in boofcv.alg.structure.expand with parameters of type ConfigRansacModifier and TypeMethodDescriptionvoidEstimateViewKnownCalibration.configure(ConfigTriangulation configTriangulate, ConfigPnP configPnP, ConfigRansac configRansac) Use Configuration classes to initialize triangulate and RANSAC -
Uses of ConfigRansac in boofcv.factory.fiducial
Fields in boofcv.factory.fiducial declared as ConfigRansacModifier and TypeFieldDescriptionConfigUchiyaMarker.ransacConfigures RANSAC used to fit the homography. -
Uses of ConfigRansac in boofcv.factory.geo
Methods in boofcv.factory.geo that return ConfigRansacMethods in boofcv.factory.geo with parameters of type ConfigRansacModifier and TypeMethodDescriptionstatic RansacCalibrated2<Se3_F64,AssociatedPair3D> FactoryMultiViewRobust.baselinePointingRansac(@Nullable ConfigEssential configEssential, ConfigRansac configRansac) Robust solution for estimating the stereo baselineSe3_F64using epipolar geometry from two views withRansacCalibrated2.static 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.static <Model,Point>
Ransac<Model,Point> FactoryMultiViewRobust.createRansac(ConfigRansac configRansac, double ransacTol, ModelManager<Model> manager, Class<Point> pointType) Returns a new instance of RANSAC.FactoryMultiViewRobust.essentialRansac(@Nullable ConfigEssential configEssential, ConfigRansac configRansac) Estimates the essential matrix given associated image features in normalized image coordinates using RANSAC.static ModelMatcher<DMatrixRMaj,AssociatedPair> FactoryMultiViewRobust.fundamentalRansac(ConfigFundamental configFundamental, ConfigRansac configRansac) FactoryMultiViewRobust.homographyCalibratedRansac(ConfigRansac configRansac) Estimates a homography from normalized image coordinates but computes the error in pixel coordinatesstatic Ransac<Homography2D_F64,AssociatedPair> FactoryMultiViewRobust.homographyRansac(@Nullable ConfigHomography configHomography, ConfigRansac configRansac) Robust solution for estimatingHomography2D_F64withRansac.FactoryMultiViewRobust.metricThreeViewRansac(@Nullable ConfigPixelsToMetric configSelfcalib, ConfigRansac configRansac) Projective to metric self calibration from 3-viewsstatic RansacCalibrated<Se3_F64,Point2D3D> FactoryMultiViewRobust.pnpRansac(@Nullable ConfigPnP configPnP, ConfigRansac configRansac) Robust solution to PnP problem usingRansac.ConfigRansac.setTo(ConfigRansac src) static Ransac<TrifocalTensor,AssociatedTriple> FactoryMultiViewRobust.trifocalRansac(@Nullable ConfigTrifocal configTrifocal, @Nullable ConfigTrifocalError configError, ConfigRansac configRansac) Robust RANSAC based estimator for -
Uses of ConfigRansac in boofcv.factory.sfm
Fields in boofcv.factory.sfm declared as ConfigRansac -
Uses of ConfigRansac in boofcv.factory.structure
Fields in boofcv.factory.structure declared as ConfigRansacModifier and TypeFieldDescriptionfinal ConfigRansacConfigEpipolarScore3D.ransacFRANSAC for fundamental matrixfinal ConfigRansacConfigEpipolarScore3D.ModelInliers.ransacHRANSAC for fundamental Homography