Function hs_hackathon_vision::detect
source · pub fn detect(
frame: &DynamicImage,
configuration: &LedDetectionConfig
) -> Result<Vec<Led>>Expand description
Detect all LEDs that are visible in a given frame
pub fn detect(
frame: &DynamicImage,
configuration: &LedDetectionConfig
) -> Result<Vec<Led>>Detect all LEDs that are visible in a given frame