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)
Syntaxpublic QualityBRISQUE(
string modelFilePath = "",
string rangeFilePath = ""
)
Public Sub New (
Optional modelFilePath As String = "",
Optional rangeFilePath As String = ""
)
public:
QualityBRISQUE(
String^ modelFilePath = L"",
String^ rangeFilePath = L""
)
new :
?modelFilePath : string *
?rangeFilePath : string
(* Defaults:
let _modelFilePath = defaultArg modelFilePath ""
let _rangeFilePath = defaultArg rangeFilePath ""
*)
-> QualityBRISQUE
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