![]()  | 
  
    OpenCV 4.13.0-dev
    
   Open Source Computer Vision 
   | 
 
#include <opencv2/core.hpp>Namespaces | |
| namespace | cv | 
| namespace | cv::sfm | 
Functions | |
| double | cv::sfm::fundamentalFromCorrespondences7PointRobust (InputArray x1, InputArray x2, double max_error, OutputArray F, OutputArray inliers, double outliers_probability=1e-2) | 
| Estimate robustly the fundamental matrix between two dataset of 2D point (image coords space).   | |
| double | cv::sfm::fundamentalFromCorrespondences8PointRobust (InputArray x1, InputArray x2, double max_error, OutputArray F, OutputArray inliers, double outliers_probability=1e-2) | 
| Estimate robustly the fundamental matrix between two dataset of 2D point (image coords space).   | |