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

  /external/opencv/cv/src/
cvposit.cpp 118 float inorm, jnorm, invInorm, invJnorm, invScale, scale = 0, inv_Z = 0;
205 invInorm = cvInvSqrt( inorm );
208 inorm *= invInorm;
211 rotation[0] /*[0][0]*/ *= invInorm;
212 rotation[1] /*[0][1]*/ *= invInorm;
213 rotation[2] /*[0][2]*/ *= invInorm;
  /external/opencv3/modules/calib3d/src/
posit.cpp 208 const float invInorm = cvInvSqrt( inorm );
211 inorm *= invInorm;
214 rotation[0] /*[0][0]*/ *= invInorm;
215 rotation[1] /*[0][1]*/ *= invInorm;
216 rotation[2] /*[0][2]*/ *= invInorm;

Completed in 44 milliseconds