5#ifndef OPENCV_QUALITY_QUALITYGMSD_HPP
6#define OPENCV_QUALITY_QUALITYGMSD_HPP
8#include "qualitybase.hpp"
28 CV_WRAP
cv::Scalar compute( InputArray cmp ) CV_OVERRIDE;
61 , gradient_map_squared
74 bool empty()
const {
return this->gradient_map.
empty() && this->gradient_map_squared.
empty(); }
77 static std::pair<cv::Scalar, mat_type> compute(
const _mat_data& lhs,
const _mat_data& rhs);
86 : _refImgData(std::move(refImgData))
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition: mat.hpp:295
bool empty() const
returns true if matrix data is NULL
Definition: qualitybase.hpp:25
cv::UMat _mat_type
internal mat type default
Definition: qualitybase.hpp:54
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 GMSD algorithm http://www4.comp.polyu.edu.hk/~cslzhang/IQA/GMSD/GMSD....
Definition: qualitygmsd.hpp:20
_mat_data _refImgData
Reference image data
Definition: qualitygmsd.hpp:82
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75
Definition: cvstd_wrapper.hpp:74
Definition: qualitygmsd.hpp:55