Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dmorph.cpp1422 Mat kernel8u; in ocl_morphSmall() local
1423 _kernel.getMat().convertTo(kernel8u, CV_8U); in ocl_morphSmall()
1424 for (int y = 0; y < kernel8u.rows; ++y) in ocl_morphSmall()
1425 for (int x = 0; x < kernel8u.cols; ++x) in ocl_morphSmall()
1426 if (kernel8u.at<uchar>(y, x) != 0) in ocl_morphSmall()
1573 Mat kernel8u; in ocl_morphOp() local
1574 kernel.convertTo(kernel8u, CV_8U); in ocl_morphOp()
1575 for (int y = 0; y < kernel8u.rows; ++y) in ocl_morphOp()
1576 for (int x = 0; x < kernel8u.cols; ++x) in ocl_morphOp()
1577 if (kernel8u.at<uchar>(y, x) != 0) in ocl_morphOp()