Home
last modified time | relevance | path

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

/external/opencv3/modules/objdetect/include/opencv2/
Dobjdetect.hpp337 struct CV_EXPORTS_W HOGDescriptor struct
340 enum { L2Hys = 0
342 enum { DEFAULT_NLEVELS = 64
345 CV_WRAP HOGDescriptor() : winSize(64,128), blockSize(16,16), blockStride(8,8), in HOGDescriptor() function
351 CV_WRAP HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, in HOGDescriptor() argument
362 CV_WRAP HOGDescriptor(const String& filename) in HOGDescriptor() function
367 HOGDescriptor(const HOGDescriptor& d) in HOGDescriptor() function
372 virtual ~HOGDescriptor() {} in ~HOGDescriptor()
421 CV_PROP Size winSize;
422 CV_PROP Size blockSize;
[all …]
/external/opencv3/modules/java/src/
Dobjdetect+HOGDescriptor.java18 public class HOGDescriptor { class
21 protected HOGDescriptor(long addr) { nativeObj = addr; } in HOGDescriptor() method in HOGDescriptor
34 public HOGDescriptor() in HOGDescriptor() method in HOGDescriptor
48 …public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbi… in HOGDescriptor() method in HOGDescriptor
57 …public HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbi… in HOGDescriptor() method in HOGDescriptor
71 public HOGDescriptor(String filename) in HOGDescriptor() method in HOGDescriptor