MCPcopy 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
225double Statistics::StdDev(Image& Source)
226{
227 double mean;
228 return StdDev(Source, mean);
229}
230
231double Statistics::StdDev(Image& Source, double& mean)
232{

Callers 1

OpenCLIPP.cppFile · 0.80

Calls 6

ReduceMeanFunction · 0.85
StepMethod · 0.80
WidthMethod · 0.80
HeightMethod · 0.80
NbChannelsMethod · 0.80
ReadMethod · 0.45

Tested by

no test coverage detected