MCPcopy Create free account
hub / github.com/creatale/node-dv / randn

Method randn

deps/opencv/modules/core/src/rand.cpp:819–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819void cv::randn(InputOutputArray dst, InputArray mean, InputArray stddev)
820{
821 theRNG().fill(dst, RNG::NORMAL, mean, stddev);
822}
823
824namespace cv
825{

Callers

nothing calls this directly

Calls 1

fillMethod · 0.45

Tested by

no test coverage detected