orbrs::fast

Function fast

source
pub fn fast(
    img: &GrayImage,
    fast_type: Option<FastType>,
    threshold: Option<i32>,
) -> Result<Vec<FastKeypoint>, ImageError>
Expand description

执行FAST算法以检测图像中的关键点