Skip to main content

libmv_detectFeaturesFloat

Function libmv_detectFeaturesFloat 

Source
pub unsafe extern "C" fn libmv_detectFeaturesFloat(
    image_buffer: *const f32,
    width: c_int,
    height: c_int,
    channels: c_int,
    options: *mut libmv_DetectOptions,
) -> *mut libmv_Features