OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::cuda::HOG 成員列表

這是 cv::cuda::HOG 的完整成員列表,包括所有繼承的成員。

Algorithm()cv::Algorithm
clear()cv::Algorithm內聯虛擬函式
compute(InputArray img, OutputArray descriptors, Stream &stream=Stream::Null())=0cv::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::HOGstatic
detect(InputArray img, std::vector< Point > &found_locations, std::vector< double > *confidences=NULL)=0cv::cuda::HOG純虛擬函式
detect(InputArray img, std::vector< Point > &found_locations, std::vector< double > &confidences)cv::cuda::HOGinline
detectMultiScale(InputArray img, std::vector< Rect > &found_locations, std::vector< double > *confidences=NULL)=0cv::cuda::HOG純虛擬函式
detectMultiScale(InputArray img, std::vector< Rect > &found_locations, std::vector< double > &confidences)cv::cuda::HOGinline
detectMultiScaleWithoutConf(InputArray img, std::vector< Rect > &found_locations)cv::cuda::HOGinline
detectWithoutConf(InputArray img, std::vector< Point > &found_locations)cv::cuda::HOGinline
empty() constcv::Algorithm內聯虛擬函式
getBlockHistogramSize() const =0cv::cuda::HOG純虛擬函式
getDefaultName() constcv::Algorithmvirtual
getDefaultPeopleDetector() const =0cv::cuda::HOG純虛擬函式
getDescriptorFormat() const =0cv::cuda::HOG純虛擬函式
getDescriptorSize() const =0cv::cuda::HOG純虛擬函式
getGammaCorrection() const =0cv::cuda::HOG純虛擬函式
getGroupThreshold() const =0cv::cuda::HOG純虛擬函式
getHitThreshold() const =0cv::cuda::HOG純虛擬函式
getL2HysThreshold() const =0cv::cuda::HOG純虛擬函式
getNumLevels() const =0cv::cuda::HOG純虛擬函式
getScaleFactor() const =0cv::cuda::HOG純虛擬函式
getWinSigma() const =0cv::cuda::HOG純虛擬函式
getWinStride() const =0cv::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) constcv::Algorithmvirtual
setDescriptorFormat(HOGDescriptor::DescriptorStorageFormat descr_format)=0cv::cuda::HOG純虛擬函式
setGammaCorrection(bool gamma_correction)=0cv::cuda::HOG純虛擬函式
setGroupThreshold(int group_threshold)=0cv::cuda::HOG純虛擬函式
setHitThreshold(double hit_threshold)=0cv::cuda::HOG純虛擬函式
setL2HysThreshold(double threshold_L2hys)=0cv::cuda::HOG純虛擬函式
setNumLevels(int nlevels)=0cv::cuda::HOG純虛擬函式
setScaleFactor(double scale0)=0cv::cuda::HOG純虛擬函式
setSVMDetector(InputArray detector)=0cv::cuda::HOG純虛擬函式
setWinSigma(double win_sigma)=0cv::cuda::HOG純虛擬函式
setWinStride(Size win_stride)=0cv::cuda::HOG純虛擬函式
write(FileStorage &fs) constcv::Algorithm內聯虛擬函式
write(FileStorage &fs, const String &name) constcv::Algorithm
write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
writeFormat(FileStorage &fs) constcv::Algorithm保護
~Algorithm()cv::Algorithmvirtual