| QualityPSNRMaxPixelValue Property |
get or set the maximum pixel value used for PSNR computation
Namespace:
OpenCvSharp.Quality
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public double MaxPixelValue { get; set; }
Public Property MaxPixelValue As Double
Get
Set
public:
property double MaxPixelValue {
double get ();
void set (double value);
}
member MaxPixelValue : float with get, set
Return Value
Type:
DoubleSee Also