added projection to image

This commit is contained in:
Parric
2025-05-05 21:59:35 +02:00
parent ee46faf311
commit fab8e8e6de
2 changed files with 161 additions and 22 deletions

View File

@@ -11,4 +11,6 @@ image = "0.25.6"
show-image = "0.14.1"
rand = "0.9.1"
rayon = "1.10.0"
hdbscan = "0.10.0"
hdbscan = "0.10.0"
pyo3 = { version = "0.21.2", features = ["auto-initialize"] }
numpy = "0.21.0"