|  | OpenCV 5.0.0-pre
    Open Source Computer Vision | 
This is the complete list of members for cv::GeneralizedHough, including all inherited members.
| Algorithm() | cv::Algorithm | |
| clear() | cv::Algorithm | inlinevirtual | 
| detect(InputArray image, OutputArray positions, OutputArray votes=noArray())=0 | cv::GeneralizedHough | pure virtual | 
| detect(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes=noArray())=0 | cv::GeneralizedHough | pure virtual | 
| empty() const | cv::Algorithm | inlinevirtual | 
| getCannyHighThresh() const =0 | cv::GeneralizedHough | pure virtual | 
| getCannyLowThresh() const =0 | cv::GeneralizedHough | pure virtual | 
| getDefaultName() const | cv::Algorithm | virtual | 
| getDp() const =0 | cv::GeneralizedHough | pure virtual | 
| getMaxBufferSize() const =0 | cv::GeneralizedHough | pure virtual | 
| getMinDist() const =0 | cv::GeneralizedHough | pure virtual | 
| load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic | 
| loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic | 
| read(const FileNode &fn) | cv::Algorithm | inlinevirtual | 
| read(const FileNode &fn) | cv::Algorithm | inlinestatic | 
| save(const String &filename) const | cv::Algorithm | virtual | 
| setCannyHighThresh(int cannyHighThresh)=0 | cv::GeneralizedHough | pure virtual | 
| setCannyLowThresh(int cannyLowThresh)=0 | cv::GeneralizedHough | pure virtual | 
| setDp(double dp)=0 | cv::GeneralizedHough | pure virtual | 
| setMaxBufferSize(int maxBufferSize)=0 | cv::GeneralizedHough | pure virtual | 
| setMinDist(double minDist)=0 | cv::GeneralizedHough | pure virtual | 
| setTemplate(InputArray templ, Point templCenter=Point(-1, -1))=0 | cv::GeneralizedHough | pure virtual | 
| setTemplate(InputArray edges, InputArray dx, InputArray dy, Point templCenter=Point(-1, -1))=0 | cv::GeneralizedHough | pure virtual | 
| write(FileStorage &fs) const | cv::Algorithm | inlinevirtual | 
| write(FileStorage &fs, const String &name) const | cv::Algorithm | |
| writeFormat(FileStorage &fs) const | cv::Algorithm | protected | 
| ~Algorithm() | cv::Algorithm | virtual |