Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1991
void sqrt(InputArray a, OutputArray b)
1992
{
1993
pow(a, 0.5, b);
1994
}
1995
1996
/************************** CheckArray for NaN
's, Inf'
s *********************************/
1997
Callers
15
distance
Method · 0.85
selectBestPatterns
Method · 0.85
distance
Method · 0.85
selectBestPatterns
Method · 0.85
distance
Method · 0.85
pixFindMinRunsOrthogonal
Function · 0.85
boxaTestEvenOddHeight
Function · 0.85
pixMedianCutQuantGeneral
Function · 0.85
pixEmbedForRotation
Function · 0.85
jbClassifyCorrelation
Function · 0.85
pixEstimateBackground
Function · 0.85
makeGrayQuantColormapArb
Function · 0.85
Calls
1
pow
Function · 0.85
Tested by
no test coverage detected