[][src]Struct opencv::structured_light::SinusoidalPattern_Params

pub struct SinusoidalPattern_Params { /* fields omitted */ }

Parameters of SinusoidalPattern constructor

Parameters

  • width: Projector's width.
  • height: Projector's height.
  • nbrOfPeriods: Number of period along the patterns direction.
  • shiftValue: Phase shift between two consecutive patterns.
  • methodId: Allow to choose between FTP, PSP and FAPS.
  • nbrOfPixelsBetweenMarkers: Number of pixels between two consecutive markers on the same row.
  • setMarkers: Allow to set markers on the patterns.
  • markersLocation: vector used to store markers location on the patterns.

Methods

impl SinusoidalPattern_Params[src]

impl SinusoidalPattern_Params[src]

pub fn width(&self) -> Result<i32>[src]

pub fn height(&self) -> Result<i32>[src]

pub fn nbr_of_periods(&self) -> Result<i32>[src]

pub fn shift_value(&self) -> Result<f32>[src]

pub fn method_id(&self) -> Result<i32>[src]

pub fn nbr_of_pixels_between_markers(&self) -> Result<i32>[src]

pub fn horizontal(&self) -> Result<bool>[src]

pub fn set_markers(&self) -> Result<bool>[src]

pub fn default() -> Result<SinusoidalPattern_Params>[src]

Trait Implementations

impl Send for SinusoidalPattern_Params[src]

impl Drop for SinusoidalPattern_Params[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]