setK              792 modules/core/src/umatrix.cpp         ocl::Kernel setK(haveMask ? "setMask" : "set", ocl::core::copyset_oclsrc, opts);
setK              793 modules/core/src/umatrix.cpp         if( !setK.empty() )
setK              804 modules/core/src/umatrix.cpp                 setK.args(maskarg, dstarg, scalararg);
setK              809 modules/core/src/umatrix.cpp                 setK.args(dstarg, scalararg);
setK              813 modules/core/src/umatrix.cpp             if( setK.run(2, globalsize, NULL, false) )
setK              484 modules/features2d/include/opencv2/features2d.hpp     CV_WRAP virtual void setK(double k) = 0;