houghLinesP

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void houghLinesP(Mat src, Mat lines, double rho, double theta, int threshold)
  2. void houghLinesP(Mat image, Vec4i[] lines, double rho, double theta, int threshold, double minLineLength, double maxLineGap)
    void
    houghLinesP
    (,
    ref Vec4i[] lines
    ,
    double rho
    ,
    double theta
    ,,
    double minLineLength = 0
    ,
    double maxLineGap = 0
    )

Meta