[−][src]Struct opencv::core::Matx14
Fields
val: [T; 4]
Methods
impl<T: ValidMatxType> Matx14<T>
[src]
Trait Implementations
impl<T: Clone + ValidMatxType> Clone for Matx14<T>
[src]
impl<T: Copy + ValidMatxType> Copy for Matx14<T>
[src]
impl<T: ValidMatxType> Debug for Matx14<T>
[src]
impl<T: ValidMatxType> Default for Matx14<T>
[src]
impl<T: ValidMatxType> From<[T; 4]> for Matx14<T>
[src]
impl<T: ValidMatxType> Index<(usize, usize)> for Matx14<T>
[src]
type Output = T
The returned type after indexing.
fn index(&self, index: (usize, usize)) -> &Self::Output
[src]
impl<T: ValidMatxType> IndexMut<(usize, usize)> for Matx14<T>
[src]
impl<T: ValidMatxType> MatxTrait for Matx14<T>
[src]
type ElemType = T
fn val(&self) -> &[Self::ElemType]
[src]
fn val_mut(&mut self) -> &mut [Self::ElemType]
[src]
fn rows(&self) -> usize
[src]
fn cols(&self) -> usize
[src]
fn channels(&self) -> usize
[src]
fn all(alpha: Self::ElemType) -> Self
[src]
fn shortdim(&self) -> usize
[src]
fn zeros() -> Self where
Self: Sized,
[src]
Self: Sized,
fn ones() -> Self where
Self: Sized,
[src]
Self: Sized,
fn get(&self, idx: (usize, usize)) -> Option<&Self::ElemType>
[src]
unsafe fn get_unchecked(&self, idx: (usize, usize)) -> &Self::ElemType
[src]
fn get_mut(&mut self, idx: (usize, usize)) -> Option<&mut Self::ElemType>
[src]
unsafe fn get_unchecked_mut(
&mut self,
idx: (usize, usize)
) -> &mut Self::ElemType
[src]
&mut self,
idx: (usize, usize)
) -> &mut Self::ElemType
fn eye() -> Self where
Self: Sized,
[src]
Self: Sized,
impl<T: ValidMatxType> PartialEq<Matx14<T>> for Matx14<T>
[src]
impl ToInputArray for Matx14<f32>
[src]
fn input_array(&self) -> Result<_InputArray>
[src]
impl<'_> ToInputArray for &'_ Matx14<f32>
[src]
fn input_array(&self) -> Result<_InputArray>
[src]
impl ToInputArray for Matx14<f64>
[src]
fn input_array(&self) -> Result<_InputArray>
[src]
impl<'_> ToInputArray for &'_ Matx14<f64>
[src]
fn input_array(&self) -> Result<_InputArray>
[src]
impl ToInputOutputArray for Matx14<f32>
[src]
fn input_output_array(&mut self) -> Result<_InputOutputArray>
[src]
impl<'_> ToInputOutputArray for &'_ mut Matx14<f32>
[src]
fn input_output_array(&mut self) -> Result<_InputOutputArray>
[src]
impl ToInputOutputArray for Matx14<f64>
[src]
fn input_output_array(&mut self) -> Result<_InputOutputArray>
[src]
impl<'_> ToInputOutputArray for &'_ mut Matx14<f64>
[src]
fn input_output_array(&mut self) -> Result<_InputOutputArray>
[src]
impl ToOutputArray for Matx14<f32>
[src]
fn output_array(&mut self) -> Result<_OutputArray>
[src]
impl<'_> ToOutputArray for &'_ mut Matx14<f32>
[src]
fn output_array(&mut self) -> Result<_OutputArray>
[src]
impl ToOutputArray for Matx14<f64>
[src]
fn output_array(&mut self) -> Result<_OutputArray>
[src]
impl<'_> ToOutputArray for &'_ mut Matx14<f64>
[src]
fn output_array(&mut self) -> Result<_OutputArray>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Matx14<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Matx14<T> where
T: Send,
T: Send,
impl<T> Sync for Matx14<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Matx14<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Matx14<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,