Home
last modified time | relevance | path

Searched refs:Fundamental8 (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/usac/
H A Dransac_solvers.cpp472 … params = Model::create(thr, EstimationMethod::Fundamental8,SamplingMethod::SAMPLING_UNIFORM, in setParameters()
657 case (EstimationMethod::Fundamental8): in ModelImpl()
745 estimator == EstimationMethod ::Fundamental8; in isFundamental()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/src/
H A Dusac.hpp9 enum EstimationMethod { Homography, Fundamental, Fundamental8, Essential, Affine, P3P, P6P}; enumerator