Skip to main content

libmv_detectFeaturesByte

Function libmv_detectFeaturesByte 

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