MovieTrackingSettings

Struct MovieTrackingSettings 

Source
#[repr(C, packed(4))]
pub struct MovieTrackingSettings {
Show 21 fields pub default_motion_model: i16, pub default_algorithm_flag: i16, pub default_minimum_correlation: f32, pub default_pattern_size: i16, pub default_search_size: i16, pub default_frames_limit: i16, pub default_margin: i16, pub default_pattern_match: i16, pub default_flag: i16, pub default_weight: f32, pub motion_flag: i16, pub speed: i16, pub keyframe1: i32, pub keyframe2: i32, pub reconstruction_flag: i32, pub refine_camera_intrinsics: i32, pub dist: f32, pub clean_frames: i32, pub clean_action: i32, pub clean_error: f32, pub object_distance: f32,
}

Fields§

§default_motion_model: i16§default_algorithm_flag: i16§default_minimum_correlation: f32§default_pattern_size: i16§default_search_size: i16§default_frames_limit: i16§default_margin: i16§default_pattern_match: i16§default_flag: i16§default_weight: f32§motion_flag: i16§speed: i16§keyframe1: i32§keyframe2: i32§reconstruction_flag: i32§refine_camera_intrinsics: i32§dist: f32§clean_frames: i32§clean_action: i32§clean_error: f32§object_distance: f32

Trait Implementations§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.