, including all inherited members.
blockSize | cv::HOGDescriptor | |
blockStride | cv::HOGDescriptor | |
cellSize | cv::HOGDescriptor | |
checkDetectorSize() const | cv::HOGDescriptor | |
compute(const Mat &img, CV_OUT vector< float > &descriptors, Size winStride=Size(), Size padding=Size(), const vector< Point > &locations=vector< Point >()) const | cv::HOGDescriptor | [virtual] |
computeGradient(const Mat &img, CV_OUT Mat &grad, CV_OUT Mat &angleOfs, Size paddingTL=Size(), Size paddingBR=Size()) const | cv::HOGDescriptor | [virtual] |
copyTo(HOGDescriptor &c) const | cv::HOGDescriptor | [virtual] |
DEFAULT_NLEVELS enum value | cv::HOGDescriptor | |
derivAperture | cv::HOGDescriptor | |
detect(const Mat &img, CV_OUT vector< Point > &foundLocations, double hitThreshold=0, Size winStride=Size(), Size padding=Size(), const vector< Point > &searchLocations=vector< Point >()) const | cv::HOGDescriptor | [virtual] |
detectMultiScale(const Mat &img, CV_OUT vector< Rect > &foundLocations, double hitThreshold=0, Size winStride=Size(), Size padding=Size(), double scale=1.05, int groupThreshold=2) const | cv::HOGDescriptor | [virtual] |
gammaCorrection | cv::HOGDescriptor | |
getDefaultPeopleDetector() | cv::HOGDescriptor | [static] |
getDescriptorSize() const | cv::HOGDescriptor | |
getWinSigma() const | cv::HOGDescriptor | |
histogramNormType | cv::HOGDescriptor | |
HOGDescriptor() | cv::HOGDescriptor | [inline] |
HOGDescriptor(Size _winSize, Size _blockSize, Size _blockStride, Size _cellSize, int _nbins, int _derivAperture=1, double _winSigma=-1, int _histogramNormType=HOGDescriptor::L2Hys, double _L2HysThreshold=0.2, bool _gammaCorrection=false, int _nlevels=HOGDescriptor::DEFAULT_NLEVELS) | cv::HOGDescriptor | [inline] |
HOGDescriptor(const String &filename) | cv::HOGDescriptor | [inline] |
HOGDescriptor(const HOGDescriptor &d) | cv::HOGDescriptor | [inline] |
L2Hys enum value | cv::HOGDescriptor | |
L2HysThreshold | cv::HOGDescriptor | |
load(const String &filename, const String &objname=String()) | cv::HOGDescriptor | [virtual] |
nbins | cv::HOGDescriptor | |
nlevels | cv::HOGDescriptor | |
read(FileNode &fn) | cv::HOGDescriptor | [virtual] |
save(const String &filename, const String &objname=String()) const | cv::HOGDescriptor | [virtual] |
setSVMDetector(const vector< float > &_svmdetector) | cv::HOGDescriptor | [virtual] |
svmDetector | cv::HOGDescriptor | |
winSigma | cv::HOGDescriptor | |
winSize | cv::HOGDescriptor | |
write(FileStorage &fs, const String &objname) const | cv::HOGDescriptor | [virtual] |
~HOGDescriptor() | cv::HOGDescriptor | [inline, virtual] |