Function opencv::imgproc::hough_lines_p [] [src]

pub fn hough_lines_p(image: &Mat, lines: &Mat, rho: f64, theta: f64, threshold: i32, minLineLength: f64, maxLineGap: f64) -> Result<(), String>

finds line segments in the black-n-white image using probabilistic Hough transform

default value for arguments: - minLineLength: default 0 - maxLineGap: default 0