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
Syntaxpublic void SetTrainingPath(
string trainingPath
)
Public Sub SetTrainingPath (
trainingPath As String
)
public:
void SetTrainingPath(
String^ trainingPath
)
member SetTrainingPath :
trainingPath : string -> unit
Parameters
- trainingPath
- Type: SystemString
The training path
See Also