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

这是 cv::GeneralizedHough 的所有成员的完整列表,包括所有继承的成员。

Algorithm()cv::Algorithm
clear()cv::Algorithminlinevirtual
detect(InputArray image, OutputArray positions, OutputArray votes=noArray())=0cv::GeneralizedHough纯虚函数
detect(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes=noArray())=0cv::GeneralizedHough纯虚函数
empty() constcv::Algorithminlinevirtual
getCannyHighThresh() const =0cv::GeneralizedHough纯虚函数
getCannyLowThresh() const =0cv::GeneralizedHough纯虚函数
getDefaultName() constcv::Algorithmvirtual
getDp() const =0cv::GeneralizedHough纯虚函数
getMaxBufferSize() const =0cv::GeneralizedHough纯虚函数
getMinDist() const =0cv::GeneralizedHough纯虚函数
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
setCannyHighThresh(int cannyHighThresh)=0cv::GeneralizedHough纯虚函数
setCannyLowThresh(int cannyLowThresh)=0cv::GeneralizedHough纯虚函数
setDp(double dp)=0cv::GeneralizedHough纯虚函数
setMaxBufferSize(int maxBufferSize)=0cv::GeneralizedHough纯虚函数
setMinDist(double minDist)=0cv::GeneralizedHough纯虚函数
setTemplate(InputArray templ, Point templCenter=Point(-1, -1))=0cv::GeneralizedHough纯虚函数
setTemplate(InputArray edges, InputArray dx, InputArray dy, Point templCenter=Point(-1, -1))=0cv::GeneralizedHough纯虚函数
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