Searched refs:has20 (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | hough_lines.cu | 129 …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()
|
D | hough_circles.cu | 230 …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/ |
D | hough_segments.cpp | 63 …* list, int count, PtrStepSzi accum, float rho, float theta, size_t sharedMemPerBlock, bool has20);
|
D | hough_lines.cpp | 63 …* list, int count, PtrStepSzi accum, float rho, float theta, size_t sharedMemPerBlock, bool has20);
|
D | hough_circles.cpp | 66 …loat3* circles, int maxCircles, float dp, int minRadius, int maxRadius, int threshold, bool has20);
|