Trait cv_convert::FromCv [−][src]
pub trait FromCv<T> {
fn from_cv(from: T) -> Self;
}Type conversion that is analogous to From.
Required methods
Loading content...Implementations on Foreign Types
impl<T> FromCv<&'_ Point<T, 2_usize>> for Point_<T> where
T: Scalar + ValidPointType, [src]
T: Scalar + ValidPointType,
impl<T> FromCv<Point<T, 2_usize>> for Point_<T> where
T: Scalar + ValidPointType, [src]
T: Scalar + ValidPointType,
impl<T> FromCv<&'_ Point_<T>> for Point2<T> where
T: Scalar + ValidPointType, [src]
T: Scalar + ValidPointType,
impl<T> FromCv<Point_<T>> for Point2<T> where
T: Scalar + ValidPointType, [src]
T: Scalar + ValidPointType,
impl<T> FromCv<&'_ Point<T, 3_usize>> for Point3_<T> where
T: Scalar + ValidPoint3Type, [src]
T: Scalar + ValidPoint3Type,
impl<T> FromCv<Point<T, 3_usize>> for Point3_<T> where
T: Scalar + ValidPoint3Type, [src]
T: Scalar + ValidPoint3Type,
impl<T> FromCv<&'_ Point3_<T>> for Point3<T> where
T: Scalar + ValidPoint3Type, [src]
T: Scalar + ValidPoint3Type,
impl<T> FromCv<Point3_<T>> for Point3<T> where
T: Scalar + ValidPoint3Type, [src]
T: Scalar + ValidPoint3Type,
impl<P, Container> FromCv<&'_ ImageBuffer<P, Container>> for Tensor where
P: Pixel + 'static,
P::Subpixel: 'static + Element,
Container: Deref<Target = [P::Subpixel]>, [src]
P: Pixel + 'static,
P::Subpixel: 'static + Element,
Container: Deref<Target = [P::Subpixel]>,
fn from_cv(from: &ImageBuffer<P, Container>) -> Self[src]
impl<P, Container> FromCv<ImageBuffer<P, Container>> for Tensor where
P: Pixel + 'static,
P::Subpixel: 'static + Element,
Container: Deref<Target = [P::Subpixel]>, [src]
P: Pixel + 'static,
P::Subpixel: 'static + Element,
Container: Deref<Target = [P::Subpixel]>,
fn from_cv(from: ImageBuffer<P, Container>) -> Self[src]
impl<A, S, D> FromCv<&'_ ArrayBase<S, D>> for Tensor where
A: Element + Clone,
S: RawData<Elem = A> + Data,
D: Dimension, [src]
A: Element + Clone,
S: RawData<Elem = A> + Data,
D: Dimension,
impl<A, S, D> FromCv<ArrayBase<S, D>> for Tensor where
A: Element + Clone,
S: RawData<Elem = A> + Data,
D: Dimension, [src]
Loading content...A: Element + Clone,
S: RawData<Elem = A> + Data,
D: Dimension,