OpenCV 4.11.0
开源计算机视觉库
|
这是cv::GeneralizedHoughBallard的完整成员列表,包括所有继承的成员。
算法() | cv::Algorithm | |
clear() | cv::Algorithm | 内联虚函数 |
detect(InputArray image, OutputArray positions, OutputArray votes=noArray())=0 | cv::GeneralizedHough | 纯虚函数 |
detect(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes=noArray())=0 | cv::GeneralizedHough | 纯虚函数 |
empty() const | cv::Algorithm | 内联虚函数 |
getCannyHighThresh() const =0 | cv::GeneralizedHough | 纯虚函数 |
getCannyLowThresh() const =0 | cv::GeneralizedHough | 纯虚函数 |
getDefaultName() const | cv::Algorithm | 虚函数 |
getDp() const =0 | cv::GeneralizedHough | 纯虚函数 |
getLevels() const =0 | cv::GeneralizedHoughBallard | 纯虚函数 |
getMaxBufferSize() const =0 | cv::GeneralizedHough | 纯虚函数 |
getMinDist() const =0 | cv::GeneralizedHough | 纯虚函数 |
getVotesThreshold() const =0 | cv::GeneralizedHoughBallard | 纯虚函数 |
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 | 虚函数 |
setCannyHighThresh(int cannyHighThresh)=0 | cv::GeneralizedHough | 纯虚函数 |
setCannyLowThresh(int cannyLowThresh)=0 | cv::GeneralizedHough | 纯虚函数 |
setDp(double dp)=0 | cv::GeneralizedHough | 纯虚函数 |
setLevels(int levels)=0 | cv::GeneralizedHoughBallard | 纯虚函数 |
setMaxBufferSize(int maxBufferSize)=0 | cv::GeneralizedHough | 纯虚函数 |
setMinDist(double minDist)=0 | cv::GeneralizedHough | 纯虚函数 |
setTemplate(InputArray templ, Point templCenter=Point(-1, -1))=0 | cv::GeneralizedHough | 纯虚函数 |
setTemplate(InputArray edges, InputArray dx, InputArray dy, Point templCenter=Point(-1, -1))=0 | cv::GeneralizedHough | 纯虚函数 |
setVotesThreshold(int votesThreshold)=0 | cv::GeneralizedHoughBallard | 纯虚函数 |
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 | 虚函数 |