Home
last modified time | relevance | path

Searched defs:rot_matrices (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudalegacy/src/
Dcalib3d.cpp206 Mat rot_matrices; member in __anon7da338e10311::TransformHypothesesGenerator
235 Mat rot_matrices(1, num_iters * 9, CV_32F); in solvePnPRansac() local
/external/opencv3/modules/cudalegacy/src/cuda/
Dcalib3d.cu173 const int num_hypotheses, const int num_points, const float* rot_matrices, in computeHypothesisScores()