Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/cuda/
Dhough_lines.cu129 …t* list, int count, PtrStepSzi accum, float rho, float theta, size_t sharedMemPerBlock, bool has20) in linesAccum_gpu() argument
131 const dim3 block(has20 ? 1024 : 512); in linesAccum_gpu()
Dhough_circles.cu230 …float3* circles, int maxCircles, float dp, int minRadius, int maxRadius, int threshold, bool has20) in circlesAccumRadius_gpu() argument
237 const dim3 block(has20 ? 1024 : 512); in circlesAccumRadius_gpu()
/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp63 …* list, int count, PtrStepSzi accum, float rho, float theta, size_t sharedMemPerBlock, bool has20);
Dhough_lines.cpp63 …* list, int count, PtrStepSzi accum, float rho, float theta, size_t sharedMemPerBlock, bool has20);
Dhough_circles.cpp66 …loat3* circles, int maxCircles, float dp, int minRadius, int maxRadius, int threshold, bool has20);