Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
Dcalib3d.cu160 float2 image_p = image[i]; in computeHypothesisScoresKernel() local
161 if (sqr(p.x - image_p.x) + sqr(p.y - image_p.y) < dist_threshold) in computeHypothesisScoresKernel()