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

  /external/opencv/cv/src/
cvcamshift.cpp 174 double rotate_a, rotate_c; local
241 rotate_a = cs * cs * mu20 + 2 * cs * sn * mu11 + sn * sn * mu02;
243 length = sqrt( rotate_a * inv_m00 ) * 4;
  /external/opencv3/modules/video/src/
camshift.cpp 164 double rotate_a = cs * cs * mu20 + 2 * cs * sn * mu11 + sn * sn * mu02; local
166 double length = std::sqrt( rotate_a * inv_m00 ) * 4;

Completed in 596 milliseconds