Trait opencv::quality::QualityMSETraitConst[][src]

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

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

Full reference mean square error algorithm https://en.wikipedia.org/wiki/Mean_squared_error

Required methods

Provided methods

Implements Algorithm::empty()

Implementors