Home
last modified time | relevance | path

Searched refs:cvInvSqrt (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvposit.cpp205 invInorm = cvInvSqrt( inorm ); in icvPOSIT()
206 invJnorm = cvInvSqrt( jnorm ); in icvPOSIT()
/external/opencv/cxcore/include/
Dcxtypes.h266 #define cvInvSqrt(value) ((float)(1./sqrt(value))) macro
/external/opencv/cxcore/src/
Dcxdrawing.cpp1595 r = thickness * cvInvSqrt( (float) r ); in icvThickLine()