OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rotate_c
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cv/src/
cvcamshift.cpp
174
double rotate_a,
rotate_c
;
local
242
rotate_c
= sn * sn * mu20 - 2 * cs * sn * mu11 + cs * cs * mu02;
244
width = sqrt(
rotate_c
* inv_m00 ) * 4;
Completed in 141 milliseconds