http://www.emgu.com
Train WaldBoost detector.
Namespace:
Emgu.CV.XObjdetect
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void Train(
string posSamples,
string negImgs
)
Public Sub Train (
posSamples As String,
negImgs As String
)
public:
void Train(
String^ posSamples,
String^ negImgs
)
member Train :
posSamples : string *
negImgs : string -> unit
Parameters
- posSamples
- Type: SystemString
Path to directory with cropped positive samples - negImgs
- Type: SystemString
Path to directory with negative (background) images
See Also