Docs.rs
rust-faces-1.0.0
rust-faces 1.0.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
rustybuilder
Dependencies
home ^0.5.5
normal
image ^0.24.6
normal
imageproc ^0.23.0
normal
optional
indicatif ^0.17.5
normal
itertools ^0.11.0
normal
ndarray ^0.15.6
normal
nshare ^0.9.0
normal
ort ^1.15.2
normal
reqwest ^0.11.18
normal
thiserror ^1.0.40
normal
criterion ^0.4
dev
rstest ^0.17.0
dev
Versions
58.62%
of the crate is documented
Platform
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
ToRgb8
rust_
faces
1.0.0
ToRgb8
Required Methods
to_rgb8
Implementations on Foreign Types
Array3<u8>
Implementors
In crate rust_
faces
rust_faces
Trait
ToRgb8
Copy item path
Source
pub trait ToRgb8 { // Required method fn
to_rgb8
(&self) ->
ImageBuffer
<
Rgb
<
u8
>,
Vec
<
u8
>>; }
Required Methods
§
Source
fn
to_rgb8
(&self) ->
ImageBuffer
<
Rgb
<
u8
>,
Vec
<
u8
>>
Implementations on Foreign Types
§
Source
§
impl
ToRgb8
for
Array3
<
u8
>
Source
§
fn
to_rgb8
(&self) ->
ImageBuffer
<
Rgb
<
u8
>,
Vec
<
u8
>>
Implementors
§