Function opencv::features2d::fast [] [src]

pub fn fast(image: &Mat, keypoints: &VectorOfKeyPoint, threshold: i32, nonmaxSuppression: bool) -> Result<(), String>

detects corners using FAST algorithm by E. Rosten

default value for arguments: - nonmaxSuppression: default true