cortenforge-vision-core

Crates.iocortenforge-vision-core
lib.rscortenforge-vision-core
version0.6.0
created_at2026-01-03 16:04:03.564164+00
updated_at2026-01-14 00:52:55.898319+00
descriptionCore vision interfaces and capture/overlay helpers for the CortenForge stack.
homepagehttps://github.com/via-balaena/CortenForge
repositoryhttps://github.com/via-balaena/CortenForge
max_upload_size
id2020389
size90,928
(bigmark222)

documentation

https://docs.rs/cortenforge-vision-core

README

vision_core

crates.io docs.rs MSRV

Vision interfaces and overlay helpers shared by 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

  1. Add vision_core as a dependency.
  2. Import via vision_core::prelude::* for interfaces/overlay helpers.
  3. Implement Detector/DetectorFactory in your crate; keep heavy backends (Burn) behind feature flags outside vision_core.
  4. Use BurnDetectorFactory only if you need a feature-gated Burn loader; keep the trait implementations out of vision_core to stay lean.

License

Apache-2.0 (see LICENSE in the repo root).

Commit count: 361

cargo fmt