Skip to main content

Quality

Type Alias Quality 

Source
pub type Quality = ProcessingMode;
Expand description

How much work the correspondence mapping should put into a photo pair.

The name this is exported under at the crate root; ProcessingMode is the historical spelling and remains an alias for it.

Aliased Type§

pub enum Quality {
    Low,
    Medium,
    High,
}

Variants§

§

Low

Fast, but may be less accurate.

§

Medium

Slower, but more accurate.

§

High

Slowest, but likely the best result.