polylines

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void polylines(Mat img, Point[] pts, bool isClosed, Scalar color, int thickness, int lineType, int shift)
  2. void polylines(Mat img, Point[][] pts, bool isClosed, Scalar color, int thickness, int lineType, int shift)
    @nogc nothrow
    void
    polylines
    (,,,,
    int thickness = 1
    ,
    int lineType = LINE_8
    ,
    int shift = 0
    )

Meta