Searched refs:setK (Results 1 – 6 of 6) sorted by relevance
26 bean.setK(13); in testAsStandalone()44 bean.setK(432); in testAsJavaBeanProperty()
26 public void setK(K k) { in setK() method in ParameterizedBean
73 void setK(double k_) { k = k_; } in setK() function in cv::GFTTDetector_Impl
792 ocl::Kernel setK(haveMask ? "setMask" : "set", ocl::core::copyset_oclsrc, opts); in setTo() local793 if( !setK.empty() ) in setTo()804 setK.args(maskarg, dstarg, scalararg); in setTo()809 setK.args(dstarg, scalararg); in setTo()813 if( setK.run(2, globalsize, NULL, false) ) in setTo()
484 CV_WRAP virtual void setK(double k) = 0;
588 define void @setK(<4 x i32> %t) {