Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
819
void cv::randn(InputOutputArray dst, InputArray mean, InputArray stddev)
820
{
821
theRNG().fill(dst, RNG::NORMAL, mean, stddev);
822
}
823
824
namespace cv
825
{
Callers
nothing calls this directly
Calls
1
fill
Method · 0.45
Tested by
no test coverage detected