Kernel           4316 3rdparty/include/opencl/1.2/CL/cl.hpp class Kernel;
Kernel           4431 3rdparty/include/opencl/1.2/CL/cl.hpp     inline Kernel(const Program& program, const char* name, cl_int* err = NULL);
Kernel           4446 3rdparty/include/opencl/1.2/CL/cl.hpp     Kernel(const Kernel& kernel) : detail::Wrapper<cl_type>(kernel) { }
Kernel           4460 3rdparty/include/opencl/1.2/CL/cl.hpp     Kernel& operator = (const Kernel& rhs)
Kernel           4473 3rdparty/include/opencl/1.2/CL/cl.hpp     Kernel& operator = (const cl_kernel& rhs)
Kernel           4933 3rdparty/include/opencl/1.2/CL/cl.hpp     cl_int createKernels(VECTOR_CLASS<Kernel>* kernels)
Kernel           4941 3rdparty/include/opencl/1.2/CL/cl.hpp         Kernel* value = (Kernel*) alloca(numKernels * sizeof(Kernel));
Kernel           5044 3rdparty/include/opencl/1.2/CL/cl.hpp inline Kernel::Kernel(const Program& program, const char* name, cl_int* err)
Kernel           5846 3rdparty/include/opencl/1.2/CL/cl.hpp         const Kernel& kernel,
Kernel           5872 3rdparty/include/opencl/1.2/CL/cl.hpp         const Kernel& kernel,
Kernel           6749 3rdparty/include/opencl/1.2/CL/cl.hpp     static void set (Kernel kernel, T0 arg)
Kernel           6758 3rdparty/include/opencl/1.2/CL/cl.hpp     static void set (Kernel, NullType)
Kernel           6776 3rdparty/include/opencl/1.2/CL/cl.hpp     Kernel kernel_;
Kernel           6780 3rdparty/include/opencl/1.2/CL/cl.hpp         Kernel kernel) :
Kernel           12193 3rdparty/include/opencl/1.2/CL/cl.hpp         const Kernel kernel) :
Kernel             91 modules/calib3d/src/stereobm.cpp     ocl::Kernel k("prefilter_norm", ocl::calib3d::stereobm_oclsrc, cv::format("-D WSZ=%d", winsize));
Kernel            175 modules/calib3d/src/stereobm.cpp     ocl::Kernel k("prefilter_xsobel", ocl::calib3d::stereobm_oclsrc);
Kernel            916 modules/calib3d/src/stereobm.cpp     ocl::Kernel k("stereoBM", ocl::calib3d::stereobm_oclsrc, opt);
Kernel             63 modules/core/include/opencv2/core/ocl.hpp class CV_EXPORTS Kernel;
Kernel            343 modules/core/include/opencv2/core/ocl.hpp     Kernel();
Kernel            344 modules/core/include/opencv2/core/ocl.hpp     Kernel(const char* kname, const Program& prog);
Kernel            345 modules/core/include/opencv2/core/ocl.hpp     Kernel(const char* kname, const ProgramSource& prog,
Kernel            347 modules/core/include/opencv2/core/ocl.hpp     ~Kernel();
Kernel            348 modules/core/include/opencv2/core/ocl.hpp     Kernel(const Kernel& k);
Kernel            349 modules/core/include/opencv2/core/ocl.hpp     Kernel& operator = (const Kernel& k);
Kernel            364 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0)
Kernel            370 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1)
Kernel            376 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2)
Kernel            382 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3)
Kernel            388 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2,
Kernel            397 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2,
Kernel            406 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel            415 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel            424 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel            434 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel            445 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel            456 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel            467 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel            481 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel            495 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel            509 modules/core/include/opencv2/core/ocl.hpp     Kernel& args(const _Tp0& a0, const _Tp1& a1, const _Tp2& a2, const _Tp3& a3,
Kernel           1466 modules/core/src/arithm.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc, opts);
Kernel           1861 modules/core/src/arithm.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc, opts);
Kernel           4923 modules/core/src/arithm.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc, opts);
Kernel           5609 modules/core/src/arithm.cpp     ocl::Kernel ker("inrange", ocl::core::inrange_oclsrc, opts);
Kernel            884 modules/core/src/convert.cpp     ocl::Kernel k("split", ocl::core::split_merge_oclsrc,
Kernel           1055 modules/core/src/convert.cpp     ocl::Kernel k("merge", ocl::core::split_merge_oclsrc,
Kernel           1324 modules/core/src/convert.cpp     ocl::Kernel k("mixChannels", ocl::core::mixchannels_oclsrc,
Kernel           5515 modules/core/src/convert.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc, build_opt);
Kernel           5689 modules/core/src/convert.cpp     ocl::Kernel k("LUT", ocl::core::lut_oclsrc,
Kernel           6030 modules/core/src/convert.cpp         ocl::Kernel k("normalizek", ocl::core::normalize_oclsrc, opts);
Kernel            700 modules/core/src/copy.cpp     ocl::Kernel k(kernelName, ocl::core::flip_oclsrc,
Kernel            852 modules/core/src/copy.cpp     ocl::Kernel k("repeat", ocl::core::repeat_oclsrc,
Kernel           1105 modules/core/src/copy.cpp     ocl::Kernel k("copyMakeBorder", ocl::core::copymakeborder_oclsrc, buildOptions);
Kernel           1919 modules/core/src/dxt.cpp         ocl::Kernel k(kernel_name.c_str(), ocl::core::fft_oclsrc, options);
Kernel           2930 modules/core/src/dxt.cpp     ocl::Kernel k("mulAndScaleSpectrums",
Kernel             76 modules/core/src/mathfuncs.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc,
Kernel            312 modules/core/src/mathfuncs.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc,
Kernel            596 modules/core/src/mathfuncs.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc,
Kernel           1326 modules/core/src/mathfuncs.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc,
Kernel           1725 modules/core/src/mathfuncs.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc,
Kernel            847 modules/core/src/matmul.cpp     ocl::Kernel k("gemm", cv::ocl::core::gemm_oclsrc, opts);
Kernel           2283 modules/core/src/matmul.cpp     ocl::Kernel k("KF", ocl::core::arithm_oclsrc,
Kernel           2825 modules/core/src/matrix.cpp     ocl::Kernel k("setIdentity", ocl::core::set_identity_oclsrc,
Kernel           3064 modules/core/src/matrix.cpp     ocl::Kernel k(kernelName.c_str(), ocl::core::transpose_oclsrc,
Kernel           3571 modules/core/src/matrix.cpp         ocl::Kernel k("reduce_horz_opt", ocl::core::reduce2_oclsrc, build_opt);
Kernel           3603 modules/core/src/matrix.cpp         ocl::Kernel k("reduce", ocl::core::reduce2_oclsrc, build_opt);
Kernel           3085 modules/core/src/ocl.cpp struct Kernel::Impl
Kernel           3159 modules/core/src/ocl.cpp     ((cv::ocl::Kernel::Impl*)p)->finit();
Kernel           3166 modules/core/src/ocl.cpp Kernel::Kernel()
Kernel           3171 modules/core/src/ocl.cpp Kernel::Kernel(const char* kname, const Program& prog)
Kernel           3177 modules/core/src/ocl.cpp Kernel::Kernel(const char* kname, const ProgramSource& src,
Kernel           3184 modules/core/src/ocl.cpp Kernel::Kernel(const Kernel& k)
Kernel           3191 modules/core/src/ocl.cpp Kernel& Kernel::operator = (const Kernel& k)
Kernel           3202 modules/core/src/ocl.cpp Kernel::~Kernel()
Kernel           3208 modules/core/src/ocl.cpp bool Kernel::create(const char* kname, const Program& prog)
Kernel           3224 modules/core/src/ocl.cpp bool Kernel::create(const char* kname, const ProgramSource& src,
Kernel           3238 modules/core/src/ocl.cpp void* Kernel::ptr() const
Kernel           3243 modules/core/src/ocl.cpp bool Kernel::empty() const
Kernel           3248 modules/core/src/ocl.cpp int Kernel::set(int i, const void* value, size_t sz)
Kernel           3264 modules/core/src/ocl.cpp int Kernel::set(int i, const Image2D& image2D)
Kernel           3271 modules/core/src/ocl.cpp int Kernel::set(int i, const UMat& m)
Kernel           3276 modules/core/src/ocl.cpp int Kernel::set(int i, const KernelArg& arg)
Kernel           3361 modules/core/src/ocl.cpp bool Kernel::run(int dims, size_t _globalsize[], size_t _localsize[],
Kernel           3406 modules/core/src/ocl.cpp bool Kernel::runTask(bool sync, const Queue& q)
Kernel           3427 modules/core/src/ocl.cpp size_t Kernel::workGroupSize() const
Kernel           3437 modules/core/src/ocl.cpp size_t Kernel::preferedWorkGroupSizeMultiple() const
Kernel           3447 modules/core/src/ocl.cpp bool Kernel::compileWorkGroupSize(size_t wsz[]) const
Kernel           3457 modules/core/src/ocl.cpp size_t Kernel::localMemSize() const
Kernel           1095 modules/core/src/stat.cpp     ocl::Kernel k("reduce", ocl::core::reduce_oclsrc, opts);
Kernel           1270 modules/core/src/stat.cpp     ocl::Kernel k("reduce", ocl::core::reduce_oclsrc,
Kernel           1552 modules/core/src/stat.cpp         ocl::Kernel k("meanStdDev", ocl::core::meanstddev_oclsrc, opts);
Kernel           2120 modules/core/src/stat.cpp     ocl::Kernel k("minmaxloc", ocl::core::minmaxloc_oclsrc, opts);
Kernel            689 modules/core/src/umatrix.cpp         ocl::Kernel k("copyToMask", ocl::core::copyset_oclsrc, opts);
Kernel            735 modules/core/src/umatrix.cpp         ocl::Kernel k("convertTo", ocl::core::convert_oclsrc,
Kernel            792 modules/core/src/umatrix.cpp         ocl::Kernel setK(haveMask ? "setMask" : "set", ocl::core::copyset_oclsrc, opts);
Kernel            876 modules/core/src/umatrix.cpp     ocl::Kernel k("reduce", ocl::core::reduce_oclsrc,
Kernel            267 modules/features2d/src/fast.cpp     ocl::Kernel fastKptKernel("FAST_findKeypoints", ocl::features2d::fast_oclsrc);
Kernel            305 modules/features2d/src/fast.cpp         ocl::Kernel fastNMSKernel("FAST_nonmaxSupression", ocl::features2d::fast_oclsrc);
Kernel             96 modules/features2d/src/matchers.cpp     ocl::Kernel k("BruteForceMatch_Match", ocl::features2d::brute_force_match_oclsrc, opts);
Kernel            196 modules/features2d/src/matchers.cpp     ocl::Kernel k("BruteForceMatch_knnMatch", ocl::features2d::brute_force_match_oclsrc, opts);
Kernel            305 modules/features2d/src/matchers.cpp     ocl::Kernel k("BruteForceMatch_RadiusMatch", ocl::features2d::brute_force_match_oclsrc, opts);
Kernel             72 modules/features2d/src/orb.cpp     ocl::Kernel hr_ker("ORB_HarrisResponses", ocl::features2d::orb_oclsrc,
Kernel             91 modules/features2d/src/orb.cpp     ocl::Kernel icangle_ker("ORB_ICAngle", ocl::features2d::orb_oclsrc, "-D ORB_ANGLES");
Kernel            111 modules/features2d/src/orb.cpp     ocl::Kernel desc_ker("ORB_computeDescriptor", ocl::features2d::orb_oclsrc,
Kernel            808 modules/imgproc/src/accum.cpp     ocl::Kernel k("accumulate", ocl::imgproc::accumulate_oclsrc,
Kernel            101 modules/imgproc/src/blend.cpp     ocl::Kernel k("blendLinear", ocl::imgproc::blend_linear_oclsrc,
Kernel            141 modules/imgproc/src/canny.cpp         ocl::Kernel with_sobel("stage1_with_sobel", ocl::imgproc::canny_oclsrc,
Kernel            175 modules/imgproc/src/canny.cpp         ocl::Kernel without_sobel("stage1_without_sobel", ocl::imgproc::canny_oclsrc,
Kernel            205 modules/imgproc/src/canny.cpp     ocl::Kernel edgesHysteresis("stage2_hysteresis", ocl::imgproc::canny_oclsrc,
Kernel            218 modules/imgproc/src/canny.cpp     ocl::Kernel getEdgesKernel("getEdges", ocl::imgproc::canny_oclsrc,
Kernel             57 modules/imgproc/src/clahe.cpp         cv::ocl::Kernel _k("calcLut", cv::ocl::imgproc::clahe_oclsrc);
Kernel             66 modules/imgproc/src/clahe.cpp         cv::ocl::Kernel k("calcLut", cv::ocl::imgproc::clahe_oclsrc, opts);
Kernel             96 modules/imgproc/src/clahe.cpp         cv::ocl::Kernel k("transform", cv::ocl::imgproc::clahe_oclsrc);
Kernel           6685 modules/imgproc/src/color.cpp     ocl::Kernel k;
Kernel            407 modules/imgproc/src/corner.cpp         ocl::Kernel k(format("sobel%d", aperture_size).c_str(), ocl::imgproc::covardata_oclsrc,
Kernel            466 modules/imgproc/src/corner.cpp     ocl::Kernel cornelKernel("corner", ocl::imgproc::corner_oclsrc,
Kernel            510 modules/imgproc/src/corner.cpp     ocl::Kernel k("preCornerDetect", ocl::imgproc::precornerdetect_oclsrc);
Kernel            739 modules/imgproc/src/deriv.cpp         ocl::Kernel k("laplacian", ocl::imgproc::laplacian5_oclsrc, opts);
Kernel            765 modules/imgproc/src/deriv.cpp     ocl::Kernel k("sumConvert", ocl::imgproc::laplacian5_oclsrc,
Kernel            102 modules/imgproc/src/featureselect.cpp         ocl::Kernel k("maxEigenVal", ocl::imgproc::gftt_oclsrc,
Kernel            125 modules/imgproc/src/featureselect.cpp         ocl::Kernel k2("maxEigenValTask", ocl::imgproc::gftt_oclsrc,
Kernel            139 modules/imgproc/src/featureselect.cpp         ocl::Kernel k("findCorners", ocl::imgproc::gftt_oclsrc,
Kernel           4038 modules/imgproc/src/filter.cpp     ocl::Kernel k;
Kernel           4242 modules/imgproc/src/filter.cpp     ocl::Kernel k(kernelName.c_str(), cv::ocl::imgproc::filterSepRow_oclsrc,
Kernel           4292 modules/imgproc/src/filter.cpp     ocl::Kernel k("col_filter", cv::ocl::imgproc::filterSepCol_oclsrc,
Kernel           4343 modules/imgproc/src/filter.cpp     ocl::Kernel k("sep_filter", ocl::imgproc::filterSep_singlePass_oclsrc, opts);
Kernel           1492 modules/imgproc/src/histogram.cpp     ocl::Kernel k1("calculate_histogram", ocl::imgproc::histogram_oclsrc,
Kernel           1512 modules/imgproc/src/histogram.cpp     ocl::Kernel k2("merge_histogram", ocl::imgproc::histogram_oclsrc,
Kernel           2137 modules/imgproc/src/histogram.cpp         ocl::Kernel lutk("calcLUT", ocl::imgproc::calc_back_project_oclsrc, opts);
Kernel           2149 modules/imgproc/src/histogram.cpp         ocl::Kernel mapk("LUT", ocl::imgproc::calc_back_project_oclsrc, opts);
Kernel           2173 modules/imgproc/src/histogram.cpp         ocl::Kernel lutk1("calcLUT", ocl::imgproc::calc_back_project_oclsrc, opts);
Kernel           2185 modules/imgproc/src/histogram.cpp         ocl::Kernel lutk2("calcLUT", ocl::imgproc::calc_back_project_oclsrc, opts);
Kernel           2195 modules/imgproc/src/histogram.cpp         ocl::Kernel mapk("LUT", ocl::imgproc::calc_back_project_oclsrc, opts);
Kernel           3584 modules/imgproc/src/histogram.cpp     ocl::Kernel k1("calculate_histogram", ocl::imgproc::histogram_oclsrc,
Kernel           3603 modules/imgproc/src/histogram.cpp     ocl::Kernel k2("calcLUT", ocl::imgproc::histogram_oclsrc,
Kernel            675 modules/imgproc/src/hough.cpp     ocl::Kernel pointListKernel("make_point_list", ocl::imgproc::hough_lines_oclsrc,
Kernel            699 modules/imgproc/src/hough.cpp     ocl::Kernel fillAccumKernel;
Kernel            767 modules/imgproc/src/hough.cpp     ocl::Kernel getLinesKernel("get_lines", ocl::imgproc::hough_lines_oclsrc,
Kernel            820 modules/imgproc/src/hough.cpp     ocl::Kernel getLinesKernel("get_lines", ocl::imgproc::hough_lines_oclsrc,
Kernel           2906 modules/imgproc/src/imgwarp.cpp     ocl::Kernel k;
Kernel           4552 modules/imgproc/src/imgwarp.cpp     ocl::Kernel k(kernelName.c_str(), ocl::imgproc::remap_oclsrc, buildOptions);
Kernel           5491 modules/imgproc/src/imgwarp.cpp     ocl::Kernel k;
Kernel            487 modules/imgproc/src/moments.cpp     ocl::Kernel k = ocl::Kernel("moments", ocl::imgproc::moments_oclsrc,
Kernel           1452 modules/imgproc/src/morph.cpp     ocl::Kernel kernel("filterSmall", cv::ocl::imgproc::filterSmall_oclsrc, opts);
Kernel           1588 modules/imgproc/src/morph.cpp     std::vector<ocl::Kernel> kernels(iterations);
Kernel           1104 modules/imgproc/src/pyramids.cpp     ocl::Kernel k("pyrDown", ocl::imgproc::pyr_down_oclsrc, buildOptions);
Kernel           1149 modules/imgproc/src/pyramids.cpp     ocl::Kernel k;
Kernel           1077 modules/imgproc/src/smooth.cpp     ocl::Kernel kernel;
Kernel           2606 modules/imgproc/src/smooth.cpp     ocl::Kernel k(kname.c_str(), ocl::imgproc::medianFilter_oclsrc, kdefs.c_str() );
Kernel           3030 modules/imgproc/src/smooth.cpp      ocl::Kernel k(kernelName.c_str(), ocl::imgproc::bilateral_oclsrc,
Kernel            354 modules/imgproc/src/sumpixels.cpp     ocl::Kernel kcols("integral_sum_cols", ocl::imgproc::integral_sum_oclsrc, build_opt);
Kernel            367 modules/imgproc/src/sumpixels.cpp     ocl::Kernel krows("integral_sum_rows", ocl::imgproc::integral_sum_oclsrc, build_opt);
Kernel            394 modules/imgproc/src/sumpixels.cpp     ocl::Kernel kcols("integral_sum_cols", ocl::imgproc::integral_sum_oclsrc, build_opt);
Kernel            408 modules/imgproc/src/sumpixels.cpp     ocl::Kernel krows("integral_sum_rows", ocl::imgproc::integral_sum_oclsrc, build_opt);
Kernel             66 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("extractFirstChannel", ocl::imgproc::match_template_oclsrc, format("-D FIRST_CHANNEL -D T1=%s -D cn=%d -D PIX_PER_WI_Y=%d",
Kernel             91 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("calcSum", ocl::imgproc::match_template_oclsrc,
Kernel            276 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_Naive_CCORR", ocl::imgproc::match_template_oclsrc,
Kernel            322 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_CCORR_NORMED", ocl::imgproc::match_template_oclsrc,
Kernel            353 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_Naive_SQDIFF", ocl::imgproc::match_template_oclsrc,
Kernel            380 modules/imgproc/src/templmatch.cpp         ocl::Kernel k("matchTemplate_Prepared_SQDIFF", ocl::imgproc::match_template_oclsrc,
Kernel            411 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_SQDIFF_NORMED", ocl::imgproc::match_template_oclsrc,
Kernel            446 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_Prepared_CCOEFF", ocl::imgproc::match_template_oclsrc,
Kernel            481 modules/imgproc/src/templmatch.cpp     ocl::Kernel k("matchTemplate_CCOEFF_NORMED", ocl::imgproc::match_template_oclsrc,
Kernel           1155 modules/imgproc/src/thresh.cpp     ocl::Kernel k("threshold", ocl::imgproc::threshold_oclsrc,
Kernel            568 modules/ml/include/opencv2/ml.hpp     virtual void setCustomKernel(const Ptr<Kernel> &_kernel) = 0;
Kernel            152 modules/ml/src/svm.cpp class SVMKernelImpl : public SVM::Kernel
Kernel            480 modules/ml/src/svm.cpp                 const Ptr<SVM::Kernel>& _kernel, GetRow _get_row,
Kernel           1010 modules/ml/src/svm.cpp                                  double _Cp, double _Cn, const Ptr<SVM::Kernel>& _kernel,
Kernel           1035 modules/ml/src/svm.cpp                                   double nu, const Ptr<SVM::Kernel>& _kernel,
Kernel           1086 modules/ml/src/svm.cpp                                      const Ptr<SVM::Kernel>& _kernel,
Kernel           1115 modules/ml/src/svm.cpp                                    double p, double C, const Ptr<SVM::Kernel>& _kernel,
Kernel           1154 modules/ml/src/svm.cpp                                   double nu, double C, const Ptr<SVM::Kernel>& _kernel,
Kernel           1219 modules/ml/src/svm.cpp         Ptr<SVM::Kernel> kernel;
Kernel           1273 modules/ml/src/svm.cpp     void setCustomKernel(const Ptr<Kernel> &_kernel)
Kernel           2212 modules/ml/src/svm.cpp     Ptr<Kernel> kernel;
Kernel           1531 modules/objdetect/src/cascadedetect.cpp     haarKernel = ocl::Kernel();
Kernel           1532 modules/objdetect/src/cascadedetect.cpp     lbpKernel = ocl::Kernel();
Kernel            221 modules/objdetect/src/cascadedetect.hpp     ocl::Kernel haarKernel, lbpKernel;
Kernel           1088 modules/objdetect/src/hog.cpp     ocl::Kernel k("compute_gradients_8UC1_kernel", ocl::objdetect::objdetect_hog_oclsrc);
Kernel           1133 modules/objdetect/src/hog.cpp     ocl::Kernel k("compute_hists_lut_kernel", ocl::objdetect::objdetect_hog_oclsrc);
Kernel           1205 modules/objdetect/src/hog.cpp     ocl::Kernel k;
Kernel           1261 modules/objdetect/src/hog.cpp     ocl::Kernel k("extract_descrs_by_rows_kernel", ocl::objdetect::objdetect_hog_oclsrc);
Kernel           1295 modules/objdetect/src/hog.cpp     ocl::Kernel k("extract_descrs_by_cols_kernel", ocl::objdetect::objdetect_hog_oclsrc);
Kernel           1648 modules/objdetect/src/hog.cpp     ocl::Kernel k;
Kernel             66 modules/photo/src/fast_nlmeans_denoising_opencl.hpp     ocl::Kernel k("calcAlmostDist2Weight", ocl::photo::nlmeans_oclsrc,
Kernel            127 modules/photo/src/fast_nlmeans_denoising_opencl.hpp     ocl::Kernel k("fastNlMeansDenoising", ocl::photo::nlmeans_oclsrc, opts);
Kernel            273 modules/photo/src/seamless_cloning_impl.cpp     Mat Kernel(Size(3, 3), CV_8UC1);
Kernel            274 modules/photo/src/seamless_cloning_impl.cpp     Kernel.setTo(Scalar(1));
Kernel            275 modules/photo/src/seamless_cloning_impl.cpp     erode(binaryMask, binaryMask, Kernel, Point(-1,-1), 3);
Kernel            258 modules/stitching/src/blenders.cpp     ocl::Kernel k("feed", ocl::stitching::multibandblend_oclsrc, buildOptions);
Kernel            462 modules/stitching/src/blenders.cpp     ocl::Kernel k("normalizeUsingWeightMap", ocl::stitching::multibandblend_oclsrc, buildOptions);
Kernel            115 modules/stitching/src/warpers.cpp         ocl::Kernel k("buildWarpPlaneMaps", ocl::stitching::warpers_oclsrc);
Kernel            315 modules/stitching/src/warpers.cpp         ocl::Kernel k("buildWarpSphericalMaps", ocl::stitching::warpers_oclsrc);
Kernel            363 modules/stitching/src/warpers.cpp         ocl::Kernel k("buildWarpCylindricalMaps", ocl::stitching::warpers_oclsrc);
Kernel            171 modules/superres/src/btv_l1.cpp         ocl::Kernel k("buildMotionMaps", ocl::superres::superres_btvl1_oclsrc);
Kernel            248 modules/superres/src/btv_l1.cpp         ocl::Kernel k("upscale", ocl::superres::superres_btvl1_oclsrc,
Kernel            306 modules/superres/src/btv_l1.cpp         ocl::Kernel k("diffSign", ocl::superres::superres_btvl1_oclsrc);
Kernel            424 modules/superres/src/btv_l1.cpp         ocl::Kernel k("calcBtvRegularization", ocl::superres::superres_btvl1_oclsrc,
Kernel            328 modules/video/src/bgfg_gaussmix2.cpp     mutable ocl::Kernel kernel_apply;
Kernel            329 modules/video/src/bgfg_gaussmix2.cpp     mutable ocl::Kernel kernel_getBg;
Kernel            947 modules/video/src/lkpyramid.cpp             ocl::Kernel kernel;
Kernel            988 modules/video/src/lkpyramid.cpp             ocl::Kernel kernel;
Kernel            850 modules/video/src/optflowgf.cpp         ocl::Kernel kernel;
Kernel            877 modules/video/src/optflowgf.cpp         ocl::Kernel kernel;
Kernel            910 modules/video/src/optflowgf.cpp         ocl::Kernel kernel;
Kernel            939 modules/video/src/optflowgf.cpp         ocl::Kernel kernel;
Kernel            966 modules/video/src/optflowgf.cpp         ocl::Kernel kernel;
Kernel            990 modules/video/src/optflowgf.cpp         ocl::Kernel kernel;
Kernel            221 modules/video/src/tvl1flow.cpp     ocl::Kernel kernel;
Kernel            242 modules/video/src/tvl1flow.cpp     ocl::Kernel kernel;
Kernel            286 modules/video/src/tvl1flow.cpp     ocl::Kernel kernel;
Kernel            327 modules/video/src/tvl1flow.cpp     ocl::Kernel kernel;