Searched defs:HOGDescriptor (Results 1 – 1 of 1) sorted by relevance
372 struct CV_EXPORTS_W HOGDescriptor struct375 enum { L2Hys = 0 //!< Default histogramNormType377 enum { DEFAULT_NLEVELS = 64 //!< Default nlevels value.383 CV_WRAP HOGDescriptor() : winSize(64,128), blockSize(16,16), blockStride(8,8), in HOGDescriptor() function403 CV_WRAP HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, in HOGDescriptor() argument417 CV_WRAP HOGDescriptor(const String& filename) in HOGDescriptor() function425 HOGDescriptor(const HOGDescriptor& d) in HOGDescriptor() argument432 virtual ~HOGDescriptor() {} in ~HOGDescriptor()585 CV_PROP Size winSize;588 CV_PROP Size blockSize;[all …]