pub struct PoseNetEstimationConfig {
pub common_config: CommonEstimationConfig,
pub score_threshold: Option<f64>,
pub nms_radius: Option<f64>,
}
Fields§
§common_config: CommonEstimationConfig
§score_threshold: Option<f64>
§nms_radius: Option<f64>
Trait Implementations§
Source§impl Debug for PoseNetEstimationConfig
impl Debug for PoseNetEstimationConfig
Source§impl<'de> Deserialize<'de> for PoseNetEstimationConfig
impl<'de> Deserialize<'de> for PoseNetEstimationConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Into<JsValue> for PoseNetEstimationConfig
impl Into<JsValue> for PoseNetEstimationConfig
Auto Trait Implementations§
impl Freeze for PoseNetEstimationConfig
impl RefUnwindSafe for PoseNetEstimationConfig
impl Send for PoseNetEstimationConfig
impl Sync for PoseNetEstimationConfig
impl Unpin for PoseNetEstimationConfig
impl UnwindSafe for PoseNetEstimationConfig
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