We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b16f7 commit 823bf5aCopy full SHA for 823bf5a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndarray-vision"
3
-version = "0.2.0"
+version = "0.3.0"
4
authors = ["xd009642 <danielmckenna93@gmail.com>"]
5
description = "A computer vision library built on top of ndarray"
6
repository = "https://github.com/xd009642/ndarray-vision"
src/core/traits.rs
@@ -1,4 +1,3 @@
-use num_traits::real::Real;
/// When working with pixel data types may have odd bitdepths or not use the
/// full range of the value. We can't assume every image with `u8` ranges from
/// [0..255]. Additionally, floating point representations of pixels normally
0 commit comments