Enum realsense_rust::frame::Confidence [−][src]
pub enum Confidence { Failed, Low, Medium, High, }
Expand description
Used by the tracker and mapper to estimate the certainty in this pose.
Variants
The tracker/mapper has failed. This information is probably not reliable.
The tracker/mapper confidence is low.
The tracker/mapper confidence is marginal.
The tracker/mapper confidence is high.
Auto Trait Implementations
impl RefUnwindSafe for Confidence
impl Send for Confidence
impl Sync for Confidence
impl Unpin for Confidence
impl UnwindSafe for Confidence