Skip to content

Commit

Permalink
crates/imageprocs/bilateral_filter: Add bilateral filter
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Nov 5, 2023
1 parent c1252df commit 61d43ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zune-imageprocs/src/bilateral_filter.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use nanorand::Rng;
use zune_core::bit_depth::BitType;
use zune_image::channel::Channel;
use zune_image::errors::ImageErrors;
Expand Down Expand Up @@ -230,6 +229,7 @@ pub fn bilateral_filter_int<T>(
/// Tests to see that the filter can run on supported bit depths
#[test]
fn test_bilateral_simple() {
use nanorand::Rng;
use zune_core::colorspace::ColorSpace;

let w = 100;
Expand Down

0 comments on commit 61d43ea

Please sign in to comment.