New node: Dehaze (#1882)

* feat: Implemented Dehaze Node

* Update Cargo.toml

* Remove unecessary image conversions

* Code review

* Further fixes

---------

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
nznznz42
2024-09-24 20:44:48 -07:00
committed by GitHub
co-authored by Dennis Kobert Keavon Chambers
parent 0b0169a415
commit c5454af48b
4 changed files with 345 additions and 0 deletions
+1
View File
@@ -88,3 +88,4 @@ web-sys = { workspace = true, optional = true, features = [
# Optional dependencies
image-compare = { version = "0.4.1", optional = true }
ndarray = "0.16.1"