Trait opencv::prelude::QualityGMSDTraitConst[][src]

pub trait QualityGMSDTraitConst: QualityBaseConst {
    fn as_raw_QualityGMSD(&self) -> *const c_void;

    fn empty(&self) -> Result<bool> { ... }
}
Expand description

Full reference GMSD algorithm http://www4.comp.polyu.edu.hk/~cslzhang/IQA/GMSD/GMSD.htm

Required methods

Provided methods

Implements Algorithm::empty()

Implementors