Class QualityBase
Quality Base Class
Inheritance
System.Object
QualityBase
Implements
Inherited Members
Namespace: OpenCvSharp.Quality
Assembly: OpenCvSharp.dll
Syntax
public abstract class QualityBase : Algorithm, ICvPtrHolder
Properties
| Improve this Doc View SourceEmpty
Implements Algorithm::empty()
Declaration
public override bool Empty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Improve this Doc View SourceClear()
Implements Algorithm::clear()
Declaration
public virtual void Clear()
Compute(InputArray)
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
Declaration
public virtual Scalar Compute(InputArray img)
Parameters
Type | Name | Description |
---|---|---|
InputArray | img | comparison image, or image to evaluate for no-reference quality algorithms |
Returns
Type | Description |
---|---|
OpenCvSharp.Scalar |
GetQualityMap(OutputArray)
Returns output quality map that was generated during computation, if supported by the algorithm
Declaration
public virtual void GetQualityMap(OutputArray dst)
Parameters
Type | Name | Description |
---|---|---|
OutputArray | dst |