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