[][src]Constant opencv::imgproc::HOUGH_STANDARD

pub const HOUGH_STANDARD: i32 = 0;

classical or standard Hough transform. Every line is represented by two floating-point numbers inline formula , where inline formula is a distance between (0,0) point and the line, and inline formula is the angle between x-axis and the normal to the line. Thus, the matrix must be (the created sequence will be) of CV_32FC2 type