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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void SetTrainingPath(
	string trainingPath
)

Parameters

trainingPath
Type: SystemString
The training path
See Also