Table of Contents

Method Create

Namespace
OpenCvSharp.Quality
Assembly
OpenCvSharp.dll

Create(InputArray, double)

Create an object which calculates quality

public static QualityPSNR Create(InputArray @ref, double maxPixelValue = 255)

Parameters

ref InputArray

input image to use as the source for comparison

maxPixelValue double

maximum per-channel value for any individual pixel; eg 255 for uint8 image

Returns

QualityPSNR