Enum opencv::core::TermCriteria_Type [−][src]
#[repr(C)]
pub enum TermCriteria_Type {
COUNT,
EPS,
}
Expand description
Criteria type, can be one of: COUNT, EPS or COUNT + EPS
Variants
the maximum number of iterations or elements to compute
the desired accuracy or change in parameters at which the iterative algorithm stops
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TermCriteria_Type
impl Send for TermCriteria_Type
impl Sync for TermCriteria_Type
impl Unpin for TermCriteria_Type
impl UnwindSafe for TermCriteria_Type
Blanket Implementations
Mutably borrows from an owned value. Read more