Function opencv::imgproc::hough_lines [] [src]

pub fn hough_lines(image: &Mat, lines: &Mat, rho: f64, theta: f64, threshold: i32, srn: f64, stn: f64) -> Result<(), String>

finds lines in the black-n-white image using the standard or pyramid Hough transform

default value for arguments: - srn: default 0 - stn: default 0