Home
last modified time | relevance | path

Searched defs:num_inliers (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmatchers.hpp170 int num_inliers; //!< Number of geometrically consistent matches member
/external/opencv3/modules/cudalegacy/src/cuda/
Dcalib3d.cu149 int num_inliers = 0; in computeHypothesisScoresKernel() local
/external/opencv3/modules/cudalegacy/src/
Dcalib3d.cpp256 int num_inliers = static_cast<int>(best_score); in solvePnPRansac() local