[][src]Constant opencv::imgproc::HOUGH_PROBABILISTIC

pub const HOUGH_PROBABILISTIC: i32 = 1;

probabilistic Hough transform (more efficient in case if the picture contains a few long linear segments). It returns line segments rather than the whole line. Each segment is represented by starting and ending points, and the matrix must be (the created sequence will be) of the CV_32SC4 type.