HomeSort by relevance Sort by last modified time
    Searched full:ac_b2 (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/features2d/src/
evaluation.cpp 145 double ac_b2 = a*c - b*b; local
147 solveQuadratic(1., -(a+c), ac_b2, x1, x2);
151 boundingBox.width = (float)sqrt(ellipse[2]/ac_b2);
152 boundingBox.height = (float)sqrt(ellipse[0]/ac_b2);

Completed in 548 milliseconds