5#ifndef OPENCV_QUALITY_QUALITYMSE_HPP
6#define OPENCV_QUALITY_QUALITYMSE_HPP
8#include "qualitybase.hpp"
25 CV_WRAP
cv::Scalar compute( InputArrayOfArrays cmpImgs ) CV_OVERRIDE;
58 : _ref(std::move(ref))
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition: mat.hpp:295
Definition: qualitybase.hpp:25
CV_WRAP void clear() CV_OVERRIDE
Implements Algorithm::clear()
Definition: qualitybase.hpp:46
CV_WRAP bool empty() const CV_OVERRIDE
Implements Algorithm::empty()
Definition: qualitybase.hpp:49
Full reference mean square error algorithm https://en.wikipedia.org/wiki/Mean_squared_error
Definition: qualitymse.hpp:18
QualityMSE(QualityBase::_mat_type ref)
Constructor
Definition: qualitymse.hpp:57
QualityBase::_mat_type _ref
Reference image, converted to internal mat type
Definition: qualitymse.hpp:51
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75
Definition: cvstd_wrapper.hpp:74