Docs.rs
cv-convert-0.19.0
cv-convert 0.19.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jerry73204
Dependencies
anyhow ^1.0.53
normal
half ^1.8.2
normal
image ^0.23.14
normal
image ^0.24.2
normal
nalgebra ^0.26.2
normal
nalgebra ^0.27.1
normal
nalgebra ^0.28.0
normal
nalgebra ^0.29.0
normal
nalgebra ^0.30.1
normal
nalgebra ^0.31.0
normal
ndarray ^0.15.4
normal
opencv ^0.63.2
normal
opencv ^0.64.1
normal
opencv ^0.65.0
normal
slice-of-array ^0.3.1
normal
tch ^0.7.2
normal
approx ^0.5.1
dev
itertools ^0.10.3
dev
rand ^0.8.4
dev
Versions
38.24%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
IntoCv
Required Methods
into_cv
Implementors
In cv_convert
?
Trait
cv_convert
::
IntoCv
source
·
[
−
]
pub trait IntoCv<T> { fn
into_cv
(self) -> T; }
Expand description
Type conversion that is analogous to
Into
.
Required Methods
source
fn
into_cv
(self) -> T
Implementors
source
impl<T, U>
IntoCv
<U> for T
where
U:
FromCv
<T>,