houghLines

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void houghLines(Mat src, Mat lines, double rho, double theta, int threshold)
  2. void houghLines(Mat image, Vec2f[] lines, double rho, double theta, int threshold, double srn, double stn, double min_theta, double max_theta)
    void
    houghLines
    (,
    ref Vec2f[] lines
    ,
    double rho
    ,
    double theta
    ,,
    double srn = 0
    ,
    double stn = 0
    ,
    double min_theta = 0
    ,
    double max_theta = PI
    )

Meta