pub struct KeypointTrackerConfig {
pub keypoint_confidence_threshold: i32,
pub keypoint_falloff: Vec<i32>,
pub min_number_of_keypoints: i32,
}
Fields§
§keypoint_confidence_threshold: i32
§keypoint_falloff: Vec<i32>
§min_number_of_keypoints: i32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeypointTrackerConfig
impl Send for KeypointTrackerConfig
impl Sync for KeypointTrackerConfig
impl Unpin for KeypointTrackerConfig
impl UnwindSafe for KeypointTrackerConfig
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more