OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inv_ww
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/modules/video/test/
test_camshift.cpp
124
double
inv_ww
= 1./(width*width), inv_hh = 1./(height*height);
local
141
if( x1*x1*inv_hh + y1*y1*
inv_ww
<= 1. )
Completed in 1048 milliseconds