Skip to content

Commit

Permalink
Akaze: Added back missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanemagnenat committed Jun 13, 2023
1 parent d3d7594 commit 27f6b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akaze/src/image.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use derive_more::{Deref, DerefMut};
use image::{DynamicImage, ImageBuffer, Luma};
use image::{DynamicImage, ImageBuffer, Luma, Pixel};
use imageproc::filter::separable_filter_equal;
use log::*;
use ndarray::{azip, s, Array2, ArrayView2, ArrayViewMut2};
Expand Down

0 comments on commit 27f6b00

Please sign in to comment.