block_hists | cv::ocl::HOGDescriptor | protected |
block_size | cv::ocl::HOGDescriptor | |
block_stride | cv::ocl::HOGDescriptor | |
cell_size | cv::ocl::HOGDescriptor | |
checkDetectorSize() const | cv::ocl::HOGDescriptor | protected |
computeBlockHistograms(const oclMat &img) | cv::ocl::HOGDescriptor | protected |
computeGradient(const oclMat &img, oclMat &grad, oclMat &qangle) | cv::ocl::HOGDescriptor | protected |
DEFAULT_NLEVELS enum value | cv::ocl::HOGDescriptor | |
DEFAULT_WIN_SIGMA enum value | cv::ocl::HOGDescriptor | |
DESCR_FORMAT_COL_BY_COL enum value | cv::ocl::HOGDescriptor | |
DESCR_FORMAT_ROW_BY_ROW enum value | cv::ocl::HOGDescriptor | |
detect(const oclMat &img, vector< Point > &found_locations, double hit_threshold=0, Size win_stride=Size(), Size padding=Size()) | cv::ocl::HOGDescriptor | |
detectMultiScale(const oclMat &img, vector< Rect > &found_locations, double hit_threshold=0, Size win_stride=Size(), Size padding=Size(), double scale0=1.05, int group_threshold=2) | cv::ocl::HOGDescriptor | |
detector | cv::ocl::HOGDescriptor | protected |
effect_size | cv::ocl::HOGDescriptor | protected |
free_coef | cv::ocl::HOGDescriptor | protected |
gamma_correction | cv::ocl::HOGDescriptor | |
getBlockHistogramSize() const | cv::ocl::HOGDescriptor | |
getDefaultPeopleDetector() | cv::ocl::HOGDescriptor | static |
getDescriptors(const oclMat &img, Size win_stride, oclMat &descriptors, int descr_format=DESCR_FORMAT_COL_BY_COL) | cv::ocl::HOGDescriptor | |
getDescriptorSize() const | cv::ocl::HOGDescriptor | |
getPeopleDetector48x96() | cv::ocl::HOGDescriptor | static |
getPeopleDetector64x128() | cv::ocl::HOGDescriptor | static |
getWinSigma() const | cv::ocl::HOGDescriptor | protected |
grad | cv::ocl::HOGDescriptor | protected |
HOGDescriptor(Size win_size=Size(64, 128), Size block_size=Size(16, 16), Size block_stride=Size(8, 8), Size cell_size=Size(8, 8), int nbins=9, double win_sigma=DEFAULT_WIN_SIGMA, double threshold_L2hys=0.2, bool gamma_correction=true, int nlevels=DEFAULT_NLEVELS) | cv::ocl::HOGDescriptor | |
image_scale | cv::ocl::HOGDescriptor | protected |
init_buffer(const oclMat &img, Size win_stride) | cv::ocl::HOGDescriptor | protected |
labels | cv::ocl::HOGDescriptor | protected |
labels_host | cv::ocl::HOGDescriptor | protected |
nbins | cv::ocl::HOGDescriptor | |
nlevels | cv::ocl::HOGDescriptor | |
numPartsWithin(int size, int part_size, int stride) | cv::ocl::HOGDescriptor | protectedstatic |
numPartsWithin(Size size, Size part_size, Size stride) | cv::ocl::HOGDescriptor | protectedstatic |
qangle | cv::ocl::HOGDescriptor | protected |
setSVMDetector(const vector< float > &detector) | cv::ocl::HOGDescriptor | |
threshold_L2hys | cv::ocl::HOGDescriptor | |
win_sigma | cv::ocl::HOGDescriptor | |
win_size | cv::ocl::HOGDescriptor | |