Image Quality Analysis (IQA) API#
Classes#
Name |
Description |
|---|---|
Class cv::quality::QualityBase#
#include <opencv2/quality/qualitybase.hpp>Collaboration diagram for cv::quality::QualityBase:
Public Member Functions#
Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Clears the algorithm state. |
|
|
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read. |
|
|
Reads algorithm parameters from a file storage. |
|
|
||
|
|
|
|
Stores algorithm parameters in a file storage. |
|
|
Static Public Member Functions#
Static Public Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
|
Loads algorithm from the file. |
|
|
Loads algorithm from a String. |
|
Reads algorithm from the file node. |
Additional Inherited Members#
Protected Member Functions inherited from cv::Algorithm
Return |
Name |
Description |
|---|---|---|
|
Member Typedef Documentation#
_mat_type#
typedef cv::UMat cv::quality::QualityBase::_mat_type
internal mat type default
Constructor & Destructor Documentation#
~QualityBase()#
cv::quality::QualityBase::~QualityBase()
Destructor.
Member Function Documentation#
clear()#
void cv::quality::QualityBase::clear()
Python:
cv.quality.QualityBase.clear()
Implements Algorithm::clear()
compute()#
cv::Scalar cv::quality::QualityBase::compute(InputArray img)
Python:
cv.quality.QualityBase.compute(img) -> retval
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.
Parameters
img— comparison image, or image to evalute for no-reference quality algorithms
empty()#
bool cv::quality::QualityBase::empty()
Python:
cv.quality.QualityBase.empty() -> retval
Implements Algorithm::empty()
getQualityMap()#
void cv::quality::QualityBase::getQualityMap(OutputArray dst)
Python:
cv.quality.QualityBase.getQualityMap([, dst]) -> dst
Returns output quality map that was generated during computation, if supported by the algorithm
Here is the call graph for this function:
Member Data Documentation#
_qualityMap#
_mat_type cv::quality::QualityBase::_qualityMap
Output quality maps if generated by algorithm.
Source file#
The documentation for this class was generated from the following file:
opencv2/quality/qualitybase.hpp