Function opencv::imgproc::good_features_to_track [] [src]

pub fn good_features_to_track(image: &Mat, corners: &Mat, maxCorners: i32, qualityLevel: f64, minDistance: f64, mask: &Mat, blockSize: i32, useHarrisDetector: bool, k: f64) -> Result<(), String>

finds the strong enough corners where the cornerMinEigenVal() or cornerHarris() report the local maxima

default value for arguments: - mask: default noArray() - blockSize: default 3 - useHarrisDetector: default false - k: default 0.04