Click or drag to resize

QualityBRISQUE Constructor

http://www.emgu.com
Create an object which calculates quality.

Namespace:  Emgu.CV.Quality
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public QualityBRISQUE(
	string modelFilePath = "",
	string rangeFilePath = ""
)

Parameters

modelFilePath (Optional)
Type: SystemString
Contains a path to the BRISQUE model data. If empty, attempts to load from ${OPENCV_DIR}/testdata/contrib/quality/brisque_model_live.yml
rangeFilePath (Optional)
Type: SystemString
contains a path to the BRISQUE range data. If empty, attempts to load from ${OPENCV_DIR}/testdata/contrib/quality/brisque_range_live.yml
See Also