![]() |
OpenCV 4.12.0
開源計算機視覺
|
這是 cv::cuda::HoughLinesDetector 的完整成員列表,包括所有繼承的成員。
| Algorithm() | cv::Algorithm | |
| clear() | cv::Algorithm | 內聯虛擬函式 |
| detect(InputArray src, OutputArray lines, Stream &stream=Stream::Null())=0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| downloadResults(InputArray d_lines, OutputArray h_lines, OutputArray h_votes=noArray(), Stream &stream=Stream::Null())=0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| empty() const | cv::Algorithm | 內聯虛擬函式 |
| getDefaultName() const | cv::Algorithm | virtual |
| getDoSort() const =0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| getMaxLines() const =0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| getRho() const =0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| getTheta() const =0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| getThreshold() const =0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| 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 | virtual |
| setDoSort(bool doSort)=0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| setMaxLines(int maxLines)=0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| setRho(float rho)=0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| setTheta(float theta)=0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| setThreshold(int threshold)=0 | cv::cuda::HoughLinesDetector | 純虛擬函式 |
| 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 | virtual |