OpenCV
4.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::HOGDescriptor, including all inherited members.
blockSize | cv::HOGDescriptor | |
blockStride | cv::HOGDescriptor | |
cellSize | cv::HOGDescriptor | |
checkDetectorSize() const | cv::HOGDescriptor | |
compute(InputArray img, std::vector< float > &descriptors, Size winStride=Size(), Size padding=Size(), const std::vector< Point > &locations=std::vector< Point >()) const | cv::HOGDescriptor | virtual |
computeGradient(InputArray img, InputOutputArray grad, InputOutputArray 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 | |
DESCR_FORMAT_COL_BY_COL enum value | cv::HOGDescriptor | |
DESCR_FORMAT_ROW_BY_ROW enum value | cv::HOGDescriptor | |
DescriptorStorageFormat enum name | cv::HOGDescriptor | |
detect(InputArray img, std::vector< Point > &foundLocations, std::vector< double > &weights, double hitThreshold=0, Size winStride=Size(), Size padding=Size(), const std::vector< Point > &searchLocations=std::vector< Point >()) const | cv::HOGDescriptor | virtual |
detect(InputArray img, std::vector< Point > &foundLocations, double hitThreshold=0, Size winStride=Size(), Size padding=Size(), const std::vector< Point > &searchLocations=std::vector< Point >()) const | cv::HOGDescriptor | virtual |
detectMultiScale(InputArray img, std::vector< Rect > &foundLocations, std::vector< double > &foundWeights, double hitThreshold=0, Size winStride=Size(), Size padding=Size(), double scale=1.05, double finalThreshold=2.0, bool useMeanshiftGrouping=false) const | cv::HOGDescriptor | virtual |
detectMultiScale(InputArray img, std::vector< Rect > &foundLocations, double hitThreshold=0, Size winStride=Size(), Size padding=Size(), double scale=1.05, double finalThreshold=2.0, bool useMeanshiftGrouping=false) const | cv::HOGDescriptor | virtual |
detectMultiScaleROI(InputArray img, std::vector< cv::Rect > &foundLocations, std::vector< DetectionROI > &locations, double hitThreshold=0, int groupThreshold=0) const | cv::HOGDescriptor | virtual |
detectROI(InputArray img, const std::vector< cv::Point > &locations, std::vector< cv::Point > &foundLocations, std::vector< double > &confidences, double hitThreshold=0, cv::Size winStride=Size(), cv::Size padding=Size()) const | cv::HOGDescriptor | virtual |
free_coef | cv::HOGDescriptor | |
gammaCorrection | cv::HOGDescriptor | |
getDaimlerPeopleDetector() | cv::HOGDescriptor | static |
getDefaultPeopleDetector() | cv::HOGDescriptor | static |
getDescriptorSize() const | cv::HOGDescriptor | |
getWinSigma() const | cv::HOGDescriptor | |
groupRectangles(std::vector< cv::Rect > &rectList, std::vector< double > &weights, int groupThreshold, double eps) const | cv::HOGDescriptor | |
HistogramNormType enum name | 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, HOGDescriptor::HistogramNormType _histogramNormType=HOGDescriptor::L2Hys, double _L2HysThreshold=0.2, bool _gammaCorrection=false, int _nlevels=HOGDescriptor::DEFAULT_NLEVELS, bool _signedGradient=false) | 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 | |
oclSvmDetector | cv::HOGDescriptor | |
read(FileNode &fn) | cv::HOGDescriptor | virtual |
save(const String &filename, const String &objname=String()) const | cv::HOGDescriptor | virtual |
setSVMDetector(InputArray svmdetector) | cv::HOGDescriptor | virtual |
signedGradient | cv::HOGDescriptor | |
svmDetector | cv::HOGDescriptor | |
winSigma | cv::HOGDescriptor | |
winSize | cv::HOGDescriptor | |
write(FileStorage &fs, const String &objname) const | cv::HOGDescriptor | virtual |
~HOGDescriptor() | cv::HOGDescriptor | inlinevirtual |