HomeSort by relevance Sort by last modified time
    Searched refs:cvInvSqrt (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/src/
cvposit.cpp 205 invInorm = cvInvSqrt( inorm );
206 invJnorm = cvInvSqrt( jnorm );
  /external/opencv3/modules/calib3d/src/
posit.cpp 208 const float invInorm = cvInvSqrt( inorm );
209 const float invJnorm = cvInvSqrt( jnorm );
  /external/opencv/cxcore/include/
cxtypes.h 266 #define cvInvSqrt(value) ((float)(1./sqrt(value)))
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 197 #define cvInvSqrt(value) ((float)(1./sqrt(value)))
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]

Completed in 544 milliseconds