Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dcalib3d.cu173 const int num_hypotheses, const int num_points, const float* rot_matrices, in computeHypothesisScores() argument
177 …cudaSafeCall(cudaMemcpyToSymbol(crot_matrices, rot_matrices, num_hypotheses * 3 * sizeof(float3))); in computeHypothesisScores()
178 …cudaSafeCall(cudaMemcpyToSymbol(ctransl_vectors, transl_vectors, num_hypotheses * sizeof(float3))); in computeHypothesisScores()
181 dim3 grid(num_hypotheses); in computeHypothesisScores()
/external/opencv3/modules/cudalegacy/src/
Dcalib3d.cpp75 const int num_hypotheses, const int num_points, const float* rot_matrices,