refactor: replace bbox::BBox with bounding_box::Aabb2 across codebase
Some checks failed
build / checks-matrix (push) Has been cancelled
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-08-22 18:14:58 +05:30
parent 4b4d23d1d4
commit dab7719206
14 changed files with 587 additions and 363 deletions

4
Cargo.lock generated
View File

@@ -1280,7 +1280,6 @@ dependencies = [
"ndarray-math 0.1.0 (git+https://git.darksailor.dev/servius/ndarray-math)",
"ndarray-resize",
"ndarray-safetensors",
"opencv",
"ordered-float",
"ort",
"rfd",
@@ -3302,12 +3301,13 @@ dependencies = [
name = "ndcv-bridge"
version = "0.1.0"
dependencies = [
"bbox",
"bounding-box",
"bytemuck",
"divan",
"error-stack",
"fast_image_resize",
"img-parts",
"nalgebra 0.34.0",
"ndarray",
"ndarray-npy",
"num",