Searched defs:randu (Results 1 – 6 of 6) sorted by relevance
22 randu() in randu() function
65 void randu(InputOutputArray dst) in randu() function
88 static void randu(cv::Mat& m) in randu() function
177 Matx<_Tp,m,n> Matx<_Tp,m,n>::randu(_Tp a, _Tp b) in randu() function in cv::Matx359 template<typename _Tp> static inline _Tp randu() in randu() function
737 void cv::randu(InputOutputArray dst, InputArray low, InputArray high) in randu() function in cv
281 public static void randu(Mat dst, double low, double high) in randu() method in Core