| Crates.io | vision_core |
| lib.rs | vision_core |
| version | 0.1.0 |
| created_at | 2026-01-03 15:00:34.470864+00 |
| updated_at | 2026-01-03 15:00:34.470864+00 |
| description | Core vision interfaces and capture/overlay helpers for the CortenForge stack. |
| homepage | https://github.com/via-balaena/Deep_Poo |
| repository | https://github.com/via-balaena/Deep_Poo |
| max_upload_size | |
| id | 2020263 |
| size | 88,604 |
Shared detector/capture/overlay interfaces for sims, tools, and inference.
Contents
interfaces: Frame/DetectionResult/Label/FrameRecord; Detector/FrameSource/Recorder traits.overlay: box normalize + draw helpers.capture: CaptureLimit (max frames).prelude: re-exports interfaces, overlay helpers, CaptureLimit.Usage
vision_core as a dependency.vision_core::prelude::* for interfaces/overlay helpers.Detector/DetectorFactory in your crate; keep heavy backends (Burn) behind feature flags outside vision_core.BurnDetectorFactory only if you need a feature-gated Burn loader; keep the trait implementations out of vision_core to stay lean.Apache-2.0 (see LICENSE in the repo root).