|
OpenCV453
|
cv::Algorithmを継承しています。
cv::quality::QualityBRISQUE, cv::quality::QualityGMSD, cv::quality::QualityMSE, cv::quality::QualityPSNR, cv::quality::QualitySSIMに継承されています。
公開メンバ関数 | |
| virtual | ~QualityBase ()=default |
| Destructor | |
| virtual CV_WRAP cv::Scalar | compute (InputArray img)=0 |
| Compute quality score per channel with the per-channel score in each element of the resulting cv::Scalar. See specific algorithm for interpreting result scores [詳解] | |
| virtual CV_WRAP void | getQualityMap (OutputArray dst) const |
| Returns output quality map that was generated during computation, if supported by the algorithm | |
| CV_WRAP void | clear () CV_OVERRIDE |
| Implements Algorithm::clear() [詳解] | |
| CV_WRAP bool | empty () const CV_OVERRIDE |
| Implements Algorithm::empty() [詳解] | |
基底クラス cv::Algorithm に属する継承公開メンバ関数 | |
| virtual void | write (FileStorage &fs) const |
| Stores algorithm parameters in a file storage [詳解] | |
| CV_WRAP void | write (const Ptr< FileStorage > &fs, const String &name=String()) const |
| simplified API for language bindings これはオーバーロードされたメンバ関数です。利便性のために用意されています。元の関数との違いは引き数のみです。 | |
| virtual CV_WRAP void | read (const FileNode &fn) |
| Reads algorithm parameters from a file storage [詳解] | |
| virtual CV_WRAP void | save (const String &filename) const |
| virtual CV_WRAP String | getDefaultName () const |
限定公開型 | |
| using | _mat_type = cv::UMat |
| internal mat type default | |
限定公開変数類 | |
| _mat_type | _qualityMap |
| Output quality maps if generated by algorithm | |
その他の継承メンバ | |
基底クラス cv::Algorithm に属する継承静的公開メンバ関数 | |
| template<typename _Tp > | |
| static Ptr< _Tp > | read (const FileNode &fn) |
| Reads algorithm from the file node [詳解] | |
| template<typename _Tp > | |
| static Ptr< _Tp > | load (const String &filename, const String &objname=String()) |
| Loads algorithm from the file [詳解] | |
| template<typename _Tp > | |
| static Ptr< _Tp > | loadFromString (const String &strModel, const String &objname=String()) |
| Loads algorithm from a String [詳解] | |
基底クラス cv::Algorithm に属する継承限定公開メンバ関数 | |
| void | writeFormat (FileStorage &fs) const |
|
inlinevirtual |
Implements Algorithm::clear()
cv::Algorithmを再実装しています。
cv::quality::QualityGMSD, cv::quality::QualityMSE, cv::quality::QualityPSNR, cv::quality::QualitySSIMで再実装されています。
|
pure virtual |
Compute quality score per channel with the per-channel score in each element of the resulting cv::Scalar. See specific algorithm for interpreting result scores
| img | comparison image, or image to evalute for no-reference quality algorithms |
cv::quality::QualityGMSD, cv::quality::QualityPSNR, cv::quality::QualitySSIM, cv::quality::QualityBRISQUE, cv::quality::QualityMSEで実装されています。
|
inlinevirtual |
Implements Algorithm::empty()
cv::Algorithmを再実装しています。
cv::quality::QualityGMSD, cv::quality::QualityMSE, cv::quality::QualityPSNR, cv::quality::QualitySSIMで再実装されています。