Docs.rs
image-dwt-0.4.1
image-dwt 0.4.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anshap1719
Dependencies
convolve-image ^0.4.0
normal
image ^0.25.0
normal
ndarray ^0.15.6
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Aggregate
image_
dwt
0.4.1
Aggregate
Required Methods
max
min
Implementations on Foreign Types
Array2<f32>
Array3<f32>
Implementors
In image_
dwt::
aggregate
image_dwt
::
aggregate
Trait
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