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

Function sqrt

deps/opencv/modules/core/src/mathfuncs.cpp:1991–1994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1989}
1990
1991void sqrt(InputArray a, OutputArray b)
1992{
1993 pow(a, 0.5, b);
1994}
1995
1996/************************** CheckArray for NaN's, Inf's *********************************/
1997

Callers 15

distanceMethod · 0.85
selectBestPatternsMethod · 0.85
distanceMethod · 0.85
selectBestPatternsMethod · 0.85
distanceMethod · 0.85
pixFindMinRunsOrthogonalFunction · 0.85
boxaTestEvenOddHeightFunction · 0.85
pixMedianCutQuantGeneralFunction · 0.85
pixEmbedForRotationFunction · 0.85
jbClassifyCorrelationFunction · 0.85
pixEstimateBackgroundFunction · 0.85
makeGrayQuantColormapArbFunction · 0.85

Calls 1

powFunction · 0.85

Tested by

no test coverage detected