CvXPhotoCreateLearningBasedWB Method
|
Creates an instance of LearningBasedWB
Namespace:
OpenCvSharp.XPhoto
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static LearningBasedWB CreateLearningBasedWB(
string model
)
Public Shared Function CreateLearningBasedWB (
model As String
) As LearningBasedWB
public:
static LearningBasedWB^ CreateLearningBasedWB(
String^ model
)
static member CreateLearningBasedWB :
model : string -> LearningBasedWB
OpenCvSharp.XPhoto.CvXPhoto.CreateLearningBasedWB = function(model);
Parameters
- model
- Type: SystemString
Path to a .yml file with the model. If not specified, the default model is used
Return Value
Type:
LearningBasedWB
See Also