Home
last modified time | relevance | path

Searched defs:solvePoly (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Dmathfuncs.cpp2037 double cv::solvePoly( InputArray _coeffs0, OutputArray _roots0, int maxIters ) in solvePoly() function in cv
/external/opencv3/modules/java/src/
Dcore+Core.java1870 public static double solvePoly(Mat coeffs, Mat roots, int maxIters) in solvePoly() method in Core
1879 public static double solvePoly(Mat coeffs, Mat roots) in solvePoly() method in Core