[][src]Crate cv_convert

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

Traits

FromCv

Type conversion that is analogous to From.

IntoCv

Type conversion that is analogous to Into.

TryFromCv

Fallible type conversion that is analogous to TryFrom.

TryIntoCv

Fallible type conversion that is analogous to TryInto.