Crate cv_convert[][src]

Expand description

Types and traits for conversion between types from popular computer vision libraries.

Re-exports

pub use image;
pub use nalgebra;
pub use opencv;
pub use ndarray;
pub use tch;

Structs

A pair of rvec and tvec from OpenCV, standing for rotation and translation.

A tensor with image shape convention that is used to convert to Tensor.

A Tensor which data reference borrows from a Mat. It can be dereferenced to a Tensor.

Enums

Describes the image channel order of a Tensor.

Traits

Type conversion that is analogous to From.

Type conversion that is analogous to Into.

Fallible type conversion that is analogous to TryFrom.

Fallible type conversion that is analogous to TryInto.