Skip to main content

detect_from_rgb8

Function detect_from_rgb8 

Source
pub fn detect_from_rgb8(
    storage_root: &Path,
    rgb: &[u8],
    width: u32,
    height: u32,
    backend: &str,
    persist: bool,
) -> Result<VisionDemoResult, String>
Expand description

Detect from raw RGB8 buffer (file import path).