HomeSort by relevance Sort by last modified time
    Searched refs:inorm (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; local
197 inorm = rotation[0] /*[0][0]*/ * rotation[0] /*[0][0]*/ +
205 invInorm = cvInvSqrt( inorm );
208 inorm *= invInorm;
229 scale = (inorm + jnorm) / 2.0f;
  /external/python/cpython2/Modules/
glmodule.c 183 /* Generic, internal version of {nv,nv}array: inorm indicates the
187 gen_nvarray(PyObject *args, int inorm)
216 wnorm = PyTuple_GetItem(w, inorm);
217 wvec = PyTuple_GetItem(w, 1 - inorm);
    [all...]

Completed in 181 milliseconds