Home
last modified time | relevance | path

Searched defs:HOGDescriptor (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dobjdetect.hpp372 struct CV_EXPORTS_W HOGDescriptor struct
375 enum { L2Hys = 0 //!< Default histogramNormType
377 enum { DEFAULT_NLEVELS = 64 //!< Default nlevels value.
383 CV_WRAP HOGDescriptor() : winSize(64,128), blockSize(16,16), blockStride(8,8), in HOGDescriptor() function
403 CV_WRAP HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, in HOGDescriptor() argument
417 CV_WRAP HOGDescriptor(const String& filename) in HOGDescriptor() function
425 HOGDescriptor(const HOGDescriptor& d) in HOGDescriptor() argument
432 virtual ~HOGDescriptor() {} in ~HOGDescriptor()
585 CV_PROP Size winSize;
588 CV_PROP Size blockSize;
[all …]