RhtLines

Randomized Hough Transform for lines

struct RhtLines {
enum sampleSize;
double _angleTol;
double _interceptTol;
double _curveTol;
}

Meta