OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
无匹配项
cv::cuda::HOG 成员列表

以下是 cv::cuda::HOG 的所有成员的完整列表,包括所有继承的成员。

算法()cv::Algorithm
清除()cv::Algorithminlinevirtual
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::HOG静态
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::Algorithminlinevirtual
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::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
read(const FileNode &fn)cv::Algorithminlinevirtual
read(const FileNode &fn)cv::Algorithminlinestatic
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::Algorithminlinevirtual
write(FileStorage &fs, const String &name) constcv::Algorithm
write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
writeFormat(FileStorage &fs) constcv::Algorithmprotected
~Algorithm()cv::Algorithmvirtual