Click or drag to resize

QualityBRISQUECreate Method (String, String)

Create an object which calculates quality

Namespace:  OpenCvSharp.Quality
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static QualityBRISQUE Create(
	string modelFilePath,
	string rangeFilePath
)

Parameters

modelFilePath
Type: SystemString
String which contains a path to the BRISQUE model data, eg. /path/to/brisque_model_live.yml
rangeFilePath
Type: SystemString
String which contains a path to the BRISQUE range data, eg. /path/to/brisque_range_live.yml

Return Value

Type: QualityBRISQUE

[Missing <returns> documentation for "M:OpenCvSharp.Quality.QualityBRISQUE.Create(System.String,System.String)"]

See Also