Click or drag to resize

ObjectnessBINGSetTrainingPath Method

http://www.emgu.com
set the correct path from which the algorithm will load the trained model.

Namespace:  Emgu.CV.Saliency
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetTrainingPath(
	string trainingPath
)

Parameters

trainingPath
Type: SystemString
The training path
See Also