Home
last modified time | relevance | path

Searched refs:_blockSize_height (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/java/src/
Dobjdetect+HOGDescriptor.java501 …Size_width, double _winSize_height, double _blockSize_width, double _blockSize_height, double _blo… in HOGDescriptor_1() argument
502 …Size_width, double _winSize_height, double _blockSize_width, double _blockSize_height, double _blo… in HOGDescriptor_2() argument
Dobjdetect.cpp490 …e_width, jdouble _winSize_height, jdouble _blockSize_width, jdouble _blockSize_height, jdouble _bl… in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_11() argument
496 Size _blockSize((int)_blockSize_width, (int)_blockSize_height); in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_11()
514 …e_width, jdouble _winSize_height, jdouble _blockSize_width, jdouble _blockSize_height, jdouble _bl… in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_12() argument
520 Size _blockSize((int)_blockSize_width, (int)_blockSize_height); in Java_org_opencv_objdetect_HOGDescriptor_HOGDescriptor_12()