Train the planar object detector using the specific image
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.822 (2.2.0.822)
Syntax
C# | Visual Basic | Visual C++ |
public: void Train( Image<Gray, unsigned char>^ image, int npoints, int patchSize, int nstructs, int structSize, int nviews, LDetector% keyPointDetector, PatchGenerator% patchGenerator )