houghCircles

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void houghCircles(Mat src, Mat circles, int method, double dp, double minDist)
  2. void houghCircles(Mat image, Vec3f[] circles, int method, double dp, double minDist, double param1, double param2, int minRadius, int maxRadius)
    void
    houghCircles
    (,,
    int method
    ,
    double dp
    ,
    double minDist
    ,
    double param1 = 100
    ,
    double param2 = 100
    ,
    int minRadius = 0
    ,
    int maxRadius = 0
    )

Meta