![]() |
OpenCV 4.12.0
開源計算機視覺
|
這是 cv::cuda::HOG 的完整成員列表,包括所有繼承的成員。
| Algorithm() | cv::Algorithm | |
| clear() | cv::Algorithm | 內聯虛擬函式 |
| 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 | static |
| 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 | 內聯虛擬函式 |
| 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 | 內聯靜態 |
| loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | 內聯靜態 |
| read(const FileNode &fn) | cv::Algorithm | 內聯虛擬函式 |
| read(const FileNode &fn) | cv::Algorithm | 內聯靜態 |
| 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 | 內聯虛擬函式 |
| 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 | 保護 |
| ~Algorithm() | cv::Algorithm | virtual |