Class QualityBase
- Namespace
- OpenCvSharp.Quality
- Assembly
- OpenCvSharp.dll
Quality Base Class
public abstract class QualityBase : Algorithm, IDisposable
- Inheritance
-
QualityBase
- Implements
- Derived
- Inherited Members
Constructors
- QualityBase(nint, nint, Action<nint>)
Constructor for the factory pattern (cv::Ptr<T>* + raw T*).
Properties
- Empty
Implements Algorithm::empty()
Methods
- Clear()
Implements Algorithm::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
- GetQualityMap(OutputArray)
Returns output quality map that was generated during computation, if supported by the algorithm