Searched refs:inv_ww (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/video/test/
H A Dtest_camshift.cpp124 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 135 milliseconds