![]() |
OpenCV 4.12.0
開源計算機視覺
|
這是 cv::GeneralizedHoughBallard 的完整成員列表,包括所有繼承的成員。
| Algorithm() | cv::Algorithm | |
| clear() | cv::Algorithm | inlinevirtual |
| detect(InputArray image, OutputArray positions, OutputArray votes=noArray())=0 | cv::廣義霍夫 | 純虛擬函式 |
| detect(InputArray edges, InputArray dx, InputArray dy, OutputArray positions, OutputArray votes=noArray())=0 | cv::廣義霍夫 | 純虛擬函式 |
| empty() const | cv::Algorithm | inlinevirtual |
| getCannyHighThresh() const =0 | cv::廣義霍夫 | 純虛擬函式 |
| getCannyLowThresh() const =0 | cv::廣義霍夫 | 純虛擬函式 |
| getDefaultName() const | cv::Algorithm | virtual |
| getDp() const =0 | cv::廣義霍夫 | 純虛擬函式 |
| getLevels() const =0 | cv::GeneralizedHoughBallard | 純虛擬函式 |
| getMaxBufferSize() const =0 | cv::廣義霍夫 | 純虛擬函式 |
| getMinDist() const =0 | cv::廣義霍夫 | 純虛擬函式 |
| getVotesThreshold() const =0 | cv::GeneralizedHoughBallard | 純虛擬函式 |
| 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::廣義霍夫 | 純虛擬函式 |
| setCannyLowThresh(int cannyLowThresh)=0 | cv::廣義霍夫 | 純虛擬函式 |
| setDp(double dp)=0 | cv::廣義霍夫 | 純虛擬函式 |
| setLevels(int levels)=0 | cv::GeneralizedHoughBallard | 純虛擬函式 |
| setMaxBufferSize(int maxBufferSize)=0 | cv::廣義霍夫 | 純虛擬函式 |
| setMinDist(double minDist)=0 | cv::廣義霍夫 | 純虛擬函式 |
| setTemplate(InputArray templ, Point templCenter=Point(-1, -1))=0 | cv::廣義霍夫 | 純虛擬函式 |
| setTemplate(InputArray edges, InputArray dx, InputArray dy, Point templCenter=Point(-1, -1))=0 | cv::廣義霍夫 | 純虛擬函式 |
| setVotesThreshold(int votesThreshold)=0 | cv::GeneralizedHoughBallard | 純虛擬函式 |
| write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
| 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 | virtual |