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

  /external/opencv3/modules/calib3d/src/
polynom_solver.h 9 int solve_deg4(double a, double b, double c, double d, double e,
polynom_solver.cpp 97 int solve_deg4(double a, double b, double c, double d, double e, function
p3p.cpp 207 int n = solve_deg4(A, B, C, D, E, real_roots[0], real_roots[1], real_roots[2], real_roots[3]);

Completed in 132 milliseconds