OpenCV
4.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::cuda::HoughSegmentDetector, including all inherited members.
Algorithm() | cv::Algorithm | |
clear() | cv::Algorithm | inlinevirtual |
detect(InputArray src, OutputArray lines, Stream &stream=Stream::Null())=0 | cv::cuda::HoughSegmentDetector | pure virtual |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
getMaxLineGap() const =0 | cv::cuda::HoughSegmentDetector | pure virtual |
getMaxLines() const =0 | cv::cuda::HoughSegmentDetector | pure virtual |
getMinLineLength() const =0 | cv::cuda::HoughSegmentDetector | pure virtual |
getRho() const =0 | cv::cuda::HoughSegmentDetector | pure virtual |
getTheta() const =0 | cv::cuda::HoughSegmentDetector | 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 |
setMaxLineGap(int maxLineGap)=0 | cv::cuda::HoughSegmentDetector | pure virtual |
setMaxLines(int maxLines)=0 | cv::cuda::HoughSegmentDetector | pure virtual |
setMinLineLength(int minLineLength)=0 | cv::cuda::HoughSegmentDetector | pure virtual |
setRho(float rho)=0 | cv::cuda::HoughSegmentDetector | pure virtual |
setTheta(float theta)=0 | cv::cuda::HoughSegmentDetector | pure virtual |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |