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