Click or drag to resize

QualityMSE Constructor

http://www.emgu.com
Create a new instance of MSE quality measurement.

Namespace:  Emgu.CV.Quality
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public QualityMSE(
	IInputArrayOfArrays refImgs
)

Parameters

refImgs
Type: Emgu.CVIInputArrayOfArrays
vector of reference images, converted to internal type
See Also