Docs.rs
cv-convert-0.23.0
cv-convert 0.23.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
normal
image ^0.24
normal
imageproc ^0.23
normal
nalgebra ^0.26
normal
nalgebra ^0.27
normal
nalgebra ^0.28
normal
nalgebra ^0.29
normal
nalgebra ^0.30
normal
nalgebra ^0.31
normal
nalgebra ^0.32
normal
ndarray ^0.15
normal
num-traits ^0.2.15
normal
opencv ^0.63
normal
opencv ^0.64
normal
opencv ^0.65
normal
opencv ^0.66
normal
opencv ^0.67
normal
opencv ^0.68
normal
opencv ^0.69
normal
opencv ^0.70
normal
opencv ^0.71
normal
opencv ^0.72
normal
opencv ^0.73
normal
opencv ^0.74
normal
opencv ^0.75
normal
opencv ^0.76
normal
opencv ^0.77
normal
opencv ^0.78
normal
opencv ^0.79
normal
opencv ^0.80
normal
opencv ^0.81
normal
opencv ^0.82
normal
opencv ^0.83
normal
slice-of-array ^0.3.1
normal
tch ^0.10
normal
approx ^0.5.1
dev
itertools ^0.10.3
dev
rand ^0.8.4
dev
Versions
50%
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
☰
OpenCvElement
Required Associated Constants
DEPTH
Implementations on Foreign Types
f16
f32
f64
i16
i32
i8
u16
u8
Implementors
In cv_convert
?
Trait
cv_convert
::
OpenCvElement
source
·
[
−
]
pub trait OpenCvElement { const
DEPTH
:
i32
; }
Required Associated Constants
§
source
const
DEPTH
:
i32
Implementations on Foreign Types
§
source
§
impl
OpenCvElement
for
f16
source
§
const
DEPTH
:
i32
= 7i32
source
§
impl
OpenCvElement
for
f32
source
§
const
DEPTH
:
i32
= 5i32
source
§
impl
OpenCvElement
for
f64
source
§
const
DEPTH
:
i32
= 6i32
source
§
impl
OpenCvElement
for
u16
source
§
const
DEPTH
:
i32
= 2i32
source
§
impl
OpenCvElement
for
i8
source
§
const
DEPTH
:
i32
= 1i32
source
§
impl
OpenCvElement
for
i32
source
§
const
DEPTH
:
i32
= 4i32
source
§
impl
OpenCvElement
for
i16
source
§
const
DEPTH
:
i32
= 3i32
source
§
impl
OpenCvElement
for
u8
source
§
const
DEPTH
:
i32
= 0i32
Implementors
§