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