Train the planar object detector using the specific image
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
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 )