feat: Added bounding-box crate

This commit is contained in:
uttarayan21
2025-07-15 18:53:16 +05:30
parent 69c768ab0d
commit dc61c6045a
17 changed files with 2848 additions and 27 deletions

12
ndarray-resize/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "ndarray-resize"
version = "0.1.0"
edition = "2024"
[dependencies]
bytemuck = "1.23.1"
error-stack = "0.5.0"
fast_image_resize = "5.2.0"
ndarray = "0.16.1"
num = "0.4.3"
thiserror = "2.0.12"