This is the complete list of members for cv::gpu::HOGDescriptor, including all inherited members.
block_hists | cv::gpu::HOGDescriptor | protected |
block_hists_buf | cv::gpu::HOGDescriptor | protected |
block_size | cv::gpu::HOGDescriptor | |
block_stride | cv::gpu::HOGDescriptor | |
cell_size | cv::gpu::HOGDescriptor | |
checkDetectorSize() const | cv::gpu::HOGDescriptor | protected |
computeBlockHistograms(const GpuMat &img) | cv::gpu::HOGDescriptor | protected |
computeConfidence(const GpuMat &img, std::vector< Point > &hits, double hit_threshold, Size win_stride, Size padding, std::vector< Point > &locations, std::vector< double > &confidences) | cv::gpu::HOGDescriptor | |
computeConfidenceMultiScale(const GpuMat &img, std::vector< Rect > &found_locations, double hit_threshold, Size win_stride, Size padding, std::vector< HOGConfidence > &conf_out, int group_threshold) | cv::gpu::HOGDescriptor | |
computeGradient(const GpuMat &img, GpuMat &grad, GpuMat &qangle) | cv::gpu::HOGDescriptor | protected |
DEFAULT_NLEVELS enum value | cv::gpu::HOGDescriptor | |
DEFAULT_WIN_SIGMA enum value | cv::gpu::HOGDescriptor | |
DESCR_FORMAT_COL_BY_COL enum value | cv::gpu::HOGDescriptor | |
DESCR_FORMAT_ROW_BY_ROW enum value | cv::gpu::HOGDescriptor | |
detect(const GpuMat &img, std::vector< Point > &found_locations, double hit_threshold=0, Size win_stride=Size(), Size padding=Size()) | cv::gpu::HOGDescriptor | |
detectMultiScale(const GpuMat &img, std::vector< Rect > &found_locations, double hit_threshold=0, Size win_stride=Size(), Size padding=Size(), double scale0=1.05, int group_threshold=2) | cv::gpu::HOGDescriptor | |
detector | cv::gpu::HOGDescriptor | protected |
free_coef | cv::gpu::HOGDescriptor | protected |
gamma_correction | cv::gpu::HOGDescriptor | |
getBlockHistogramSize() const | cv::gpu::HOGDescriptor | |
getBuffer(const Size &sz, int type, GpuMat &buf) | cv::gpu::HOGDescriptor | protectedstatic |
getBuffer(int rows, int cols, int type, GpuMat &buf) | cv::gpu::HOGDescriptor | protectedstatic |
getDefaultPeopleDetector() | cv::gpu::HOGDescriptor | static |
getDescriptors(const GpuMat &img, Size win_stride, GpuMat &descriptors, int descr_format=DESCR_FORMAT_COL_BY_COL) | cv::gpu::HOGDescriptor | |
getDescriptorSize() const | cv::gpu::HOGDescriptor | |
getPeopleDetector48x96() | cv::gpu::HOGDescriptor | static |
getPeopleDetector64x128() | cv::gpu::HOGDescriptor | static |
getWinSigma() const | cv::gpu::HOGDescriptor | protected |
grad | cv::gpu::HOGDescriptor | protected |
grad_buf | cv::gpu::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::gpu::HOGDescriptor | |
image_scales | cv::gpu::HOGDescriptor | protected |
labels | cv::gpu::HOGDescriptor | protected |
labels_buf | cv::gpu::HOGDescriptor | protected |
labels_host | cv::gpu::HOGDescriptor | protected |
nbins | cv::gpu::HOGDescriptor | |
nlevels | cv::gpu::HOGDescriptor | |
numPartsWithin(int size, int part_size, int stride) | cv::gpu::HOGDescriptor | protectedstatic |
numPartsWithin(Size size, Size part_size, Size stride) | cv::gpu::HOGDescriptor | protectedstatic |
qangle | cv::gpu::HOGDescriptor | protected |
qangle_buf | cv::gpu::HOGDescriptor | protected |
setSVMDetector(const std::vector< float > &detector) | cv::gpu::HOGDescriptor | |
threshold_L2hys | cv::gpu::HOGDescriptor | |
win_sigma | cv::gpu::HOGDescriptor | |
win_size | cv::gpu::HOGDescriptor |