OpenCV 4.10.0
开源计算机视觉库
|
以下是 cv::cuda::HOG 的所有成员的完整列表,包括所有继承的成员。
算法() | cv::Algorithm | |
清除() | cv::Algorithm | inlinevirtual |
compute(InputArray img, OutputArray descriptors, Stream &stream=Stream::Null())=0 | cv::cuda::HOG | 纯虚函数 |
create(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) | cv::cuda::HOG | 静态 |
detect(InputArray img, std::vector< Point > &found_locations, std::vector< double > *confidences=NULL)=0 | cv::cuda::HOG | 纯虚函数 |
detect(InputArray img, std::vector< Point > &found_locations, std::vector< double > &confidences) | cv::cuda::HOG | inline |
detectMultiScale(InputArray img, std::vector< Rect > &found_locations, std::vector< double > *confidences=NULL)=0 | cv::cuda::HOG | 纯虚函数 |
detectMultiScale(InputArray img, std::vector< Rect > &found_locations, std::vector< double > &confidences) | cv::cuda::HOG | inline |
detectMultiScaleWithoutConf(InputArray img, std::vector< Rect > &found_locations) | cv::cuda::HOG | inline |
detectWithoutConf(InputArray img, std::vector< Point > &found_locations) | cv::cuda::HOG | inline |
empty() const | cv::Algorithm | inlinevirtual |
getBlockHistogramSize() const =0 | cv::cuda::HOG | 纯虚函数 |
getDefaultName() const | cv::Algorithm | virtual |
getDefaultPeopleDetector() const =0 | cv::cuda::HOG | 纯虚函数 |
getDescriptorFormat() const =0 | cv::cuda::HOG | 纯虚函数 |
getDescriptorSize() const =0 | cv::cuda::HOG | 纯虚函数 |
getGammaCorrection() const =0 | cv::cuda::HOG | 纯虚函数 |
getGroupThreshold() const =0 | cv::cuda::HOG | 纯虚函数 |
getHitThreshold() const =0 | cv::cuda::HOG | 纯虚函数 |
getL2HysThreshold() const =0 | cv::cuda::HOG | 纯虚函数 |
getNumLevels() const =0 | cv::cuda::HOG | 纯虚函数 |
getScaleFactor() const =0 | cv::cuda::HOG | 纯虚函数 |
getWinSigma() const =0 | cv::cuda::HOG | 纯虚函数 |
getWinStride() const =0 | cv::cuda::HOG | 纯虚函数 |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
save(const String &filename) const | cv::Algorithm | virtual |
setDescriptorFormat(HOGDescriptor::DescriptorStorageFormat descr_format)=0 | cv::cuda::HOG | 纯虚函数 |
setGammaCorrection(bool gamma_correction)=0 | cv::cuda::HOG | 纯虚函数 |
setGroupThreshold(int group_threshold)=0 | cv::cuda::HOG | 纯虚函数 |
setHitThreshold(double hit_threshold)=0 | cv::cuda::HOG | 纯虚函数 |
setL2HysThreshold(double threshold_L2hys)=0 | cv::cuda::HOG | 纯虚函数 |
setNumLevels(int nlevels)=0 | cv::cuda::HOG | 纯虚函数 |
setScaleFactor(double scale0)=0 | cv::cuda::HOG | 纯虚函数 |
setSVMDetector(InputArray detector)=0 | cv::cuda::HOG | 纯虚函数 |
setWinSigma(double win_sigma)=0 | cv::cuda::HOG | 纯虚函数 |
setWinStride(Size win_stride)=0 | cv::cuda::HOG | 纯虚函数 |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |