Searched refs:num_hypotheses (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | calib3d.cu | 173 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/ |
D | calib3d.cpp | 75 const int num_hypotheses, const int num_points, const float* rot_matrices,
|