Lines Matching +defs:center +defs:line
475 public static Mat getRotationMatrix2D(Point center, double angle, double scale) in getRotationMatrix2D()
532 …public static void getRectSubPix(Mat image, Size patchSize, Point center, Mat patch, int patchType) in getRectSubPix()
541 public static void getRectSubPix(Mat image, Size patchSize, Point center, Mat patch) in getRectSubPix()
555 public static void logPolar(Mat src, Mat dst, Point center, double M, int flags) in logPolar()
569 public static void linearPolar(Mat src, Mat dst, Point center, double maxRadius, int flags) in linearPolar()
2284 public static void minEnclosingCircle(MatOfPoint2f points, Point center, float[] radius) in minEnclosingCircle()
2421 …public static void fitLine(Mat points, Mat line, int distType, double param, double reps, double a… in fitLine()
2500 …public static void line(Mat img, Point pt1, Point pt2, Scalar color, int thickness, int lineType, … in line() method in Imgproc
2509 public static void line(Mat img, Point pt1, Point pt2, Scalar color, int thickness) in line() method in Imgproc
2518 public static void line(Mat img, Point pt1, Point pt2, Scalar color) in line() method in Imgproc
2587 …public static void circle(Mat img, Point center, int radius, Scalar color, int thickness, int line… in circle()
2596 public static void circle(Mat img, Point center, int radius, Scalar color, int thickness) in circle()
2605 public static void circle(Mat img, Point center, int radius, Scalar color) in circle()
2619 …public static void ellipse(Mat img, Point center, Size axes, double angle, double startAngle, doub… in ellipse()
2628 …public static void ellipse(Mat img, Point center, Size axes, double angle, double startAngle, doub… in ellipse()
2637 …public static void ellipse(Mat img, Point center, Size axes, double angle, double startAngle, doub… in ellipse()
2817 …public static void ellipse2Poly(Point center, Size axes, int angle, int arcStart, int arcEnd, int … in ellipse2Poly()