Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.hpp51 extern ProgramSource hough_lines_oclsrc;
Dopencl_kernels_imgproc.cpp4955 ProgramSource hough_lines_oclsrc(hough_lines.programStr); variable
/external/opencv3/modules/imgproc/src/
Dhough.cpp675 ocl::Kernel pointListKernel("make_point_list", ocl::imgproc::hough_lines_oclsrc, in ocl_makePointsList()
707 fillAccumKernel.create("fill_accum_global", ocl::imgproc::hough_lines_oclsrc, in ocl_fillAccum()
718 fillAccumKernel.create("fill_accum_local", ocl::imgproc::hough_lines_oclsrc, in ocl_fillAccum()
767 ocl::Kernel getLinesKernel("get_lines", ocl::imgproc::hough_lines_oclsrc, in ocl_HoughLines()
820 ocl::Kernel getLinesKernel("get_lines", ocl::imgproc::hough_lines_oclsrc, in ocl_HoughLinesP()