Docs.rs
image-dwt-0.4.0
image-dwt 0.4.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anshap1719
Dependencies
convolve-image ^0.2.0
normal
image ^0.25.0
normal
ndarray ^0.15.6
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
image_dwt
0.4.0
Aggregate
Required Methods
max
min
Implementations on Foreign Types
Array2<f32>
Array3<f32>
Implementors
In image_dwt::aggregate
?
Settings
Trait
image_dwt
::
aggregate
::
Aggregate
Copy item path
source
·
[
−
]
pub trait Aggregate { // Required methods fn
min
(&self) ->
f32
;
fn
max
(&self) ->
f32
; }
Required Methods
§
source
fn
min
(&self) ->
f32
source
fn
max
(&self) ->
f32
Implementations on Foreign Types
§
source
§
impl
Aggregate
for
Array2
<
f32
>
source
§
fn
min
(&self) ->
f32
source
§
fn
max
(&self) ->
f32
source
§
impl
Aggregate
for
Array3
<
f32
>
source
§
fn
min
(&self) ->
f32
source
§
fn
max
(&self) ->
f32
Implementors
§
source
§
impl
Aggregate
for
WaveletLayerBuffer