算法() | cv::Algorithm | |
clear() | cv::Algorithm | inlinevirtual |
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 | inlinevirtual |
getAngleEpsilon() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getAngleStep() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getAngleThresh() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getCannyHighThresh() const =0 | cv::GeneralizedHough | 纯虚函数 |
getCannyLowThresh() const =0 | cv::GeneralizedHough | 纯虚函数 |
getDefaultName() const | cv::Algorithm | virtual |
getDp() const =0 | cv::GeneralizedHough | 纯虚函数 |
getLevels() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getMaxAngle() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getMaxBufferSize() const =0 | cv::GeneralizedHough | 纯虚函数 |
getMaxScale() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getMinAngle() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getMinDist() const =0 | cv::GeneralizedHough | 纯虚函数 |
getMinScale() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getPosThresh() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getScaleStep() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getScaleThresh() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
getXi() const =0 | cv::GeneralizedHoughGuil | 纯虚函数 |
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 |
setAngleEpsilon(double angleEpsilon)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setAngleStep(double angleStep)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setAngleThresh(int angleThresh)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setCannyHighThresh(int cannyHighThresh)=0 | cv::GeneralizedHough | 纯虚函数 |
setCannyLowThresh(int cannyLowThresh)=0 | cv::GeneralizedHough | 纯虚函数 |
setDp(double dp)=0 | cv::GeneralizedHough | 纯虚函数 |
setLevels(int levels)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setMaxAngle(double maxAngle)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setMaxBufferSize(int maxBufferSize)=0 | cv::GeneralizedHough | 纯虚函数 |
setMaxScale(double maxScale)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setMinAngle(double minAngle)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setMinDist(double minDist)=0 | cv::GeneralizedHough | 纯虚函数 |
setMinScale(double minScale)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setPosThresh(int posThresh)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setScaleStep(double scaleStep)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
setScaleThresh(int scaleThresh)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
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 | 纯虚函数 |
setXi(double xi)=0 | cv::GeneralizedHoughGuil | 纯虚函数 |
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 | protected |
~Algorithm() | cv::Algorithm | virtual |