Click or drag to resize

LearningBasedWBCreate Method

Creates an instance of LearningBasedWB

Namespace:  OpenCvSharp.XPhoto
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static LearningBasedWB Create(
	string 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

[Missing <returns> documentation for "M:OpenCvSharp.XPhoto.LearningBasedWB.Create(System.String)"]

See Also