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