Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CRVI/OpenCLIPP
/ StdDev
Method
StdDev
C++/programs/Statistics.cpp:225–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
double Statistics::StdDev(Image& Source)
226
{
227
double mean;
228
return StdDev(Source, mean);
229
}
230
231
double Statistics::StdDev(Image& Source, double& mean)
232
{
Callers
1
OpenCLIPP.cpp
File · 0.80
Calls
6
ReduceMean
Function · 0.85
Step
Method · 0.80
Width
Method · 0.80
Height
Method · 0.80
NbChannels
Method · 0.80
Read
Method · 0.45
Tested by
no test coverage detected