Searched defs:randn (Results 1 – 3 of 3) sorted by relevance
185 Matx<_Tp,m,n> Matx<_Tp,m,n>::randn(_Tp a, _Tp b) in randn() function in cv::Matx
742 void cv::randn(InputOutputArray dst, InputArray mean, InputArray stddev) in randn() function in cv
295 public static void randn(Mat dst, double mean, double stddev) in randn() method in Core