CudaHOGGetDefaultPeopleDetector Method |
http://www.emgu.com
Returns coefficients of the classifier trained for people detection (for default window size).
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Mat GetDefaultPeopleDetector()
Public Function GetDefaultPeopleDetector As Mat
public:
Mat^ GetDefaultPeopleDetector()
member GetDefaultPeopleDetector : unit -> Mat
Return Value
Type:
MatThe default people detector
See Also