AnalysisWangQuality Method

CVB.Net Documentation
Calculate the Wang quality for two images. The Wang Quality is a measure of similarity between two images as proposed in a publication by Z. Wang and A. C. Bovik (IEEE Signal Processing Letters, vol. 9, no. 3, pp. 81-84, March 2002).

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public static double WangQuality(
	ImagePlane plane1,
	ImagePlane plane2
)

Parameters

plane1
Type: Stemmer.CvbImagePlane
plane 1 on which to calculate
plane2
Type: Stemmer.CvbImagePlane
plane 2 on which to calculate

Return Value

Type: Double
the quality index (ranging from -1 to 1)
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the input plane1/plane2 have already been disposed.
See Also

Reference