| 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
)
Public Shared Function Create (
modelFilePath As String,
rangeFilePath As String
) As QualityBRISQUE
public:
static QualityBRISQUE^ Create(
String^ modelFilePath,
String^ rangeFilePath
)
static member Create :
modelFilePath : string *
rangeFilePath : string -> QualityBRISQUE
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