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

Failed

The tracker/mapper has failed. This information is probably not reliable.

Low

The tracker/mapper confidence is low.

Medium

The tracker/mapper confidence is marginal.

High

The tracker/mapper confidence is high.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.