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 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