| OpenCV 4.5.3(日本語機械翻訳)
 | 
継承メンバを含む cv::GeneralizedHough の全メンバ一覧です。
| Algorithm() (定義場所: cv::Algorithm) | cv::Algorithm | |
| clear() | cv::Algorithm | inline virtual | 
| 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) | cv::GeneralizedHough | pure virtual | 
| empty() const | cv::Algorithm | inline virtual | 
| getCannyHighThresh() const =0 (定義場所: cv::GeneralizedHough) | cv::GeneralizedHough | pure virtual | 
| getCannyLowThresh() const =0 (定義場所: cv::GeneralizedHough) | cv::GeneralizedHough | pure virtual | 
| getDefaultName() const | cv::Algorithm | virtual | 
| getDp() const =0 (定義場所: cv::GeneralizedHough) | cv::GeneralizedHough | pure virtual | 
| getMaxBufferSize() const =0 (定義場所: cv::GeneralizedHough) | cv::GeneralizedHough | pure virtual | 
| getMinDist() const =0 (定義場所: cv::GeneralizedHough) | cv::GeneralizedHough | pure virtual | 
| load(const String &filename, const String &objname=String()) | cv::Algorithm | inline static | 
| loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inline static | 
| read(const FileNode &fn) | cv::Algorithm | inline virtual | 
| read(const FileNode &fn) | cv::Algorithm | inline static | 
| 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) | cv::GeneralizedHough | pure virtual | 
| write(FileStorage &fs) const | cv::Algorithm | inline virtual | 
| write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
| writeFormat(FileStorage &fs) const (定義場所: cv::Algorithm) | cv::Algorithm | protected | 
| ~Algorithm() (定義場所: cv::Algorithm) | cv::Algorithm | virtual |