OpenCV  3.4.8
Open Source Computer Vision
cv::cuda::HoughSegmentDetector Member List

This is the complete list of members for cv::cuda::HoughSegmentDetector, including all inherited members.

Algorithm()cv::Algorithm
clear()cv::Algorithminlinevirtual
detect(InputArray src, OutputArray lines, Stream &stream=Stream::Null())=0cv::cuda::HoughSegmentDetectorpure virtual
empty() constcv::Algorithminlinevirtual
getDefaultName() constcv::Algorithmvirtual
getMaxLineGap() const =0cv::cuda::HoughSegmentDetectorpure virtual
getMaxLines() const =0cv::cuda::HoughSegmentDetectorpure virtual
getMinLineLength() const =0cv::cuda::HoughSegmentDetectorpure virtual
getRho() const =0cv::cuda::HoughSegmentDetectorpure virtual
getTheta() const =0cv::cuda::HoughSegmentDetectorpure virtual
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
read(const FileNode &fn)cv::Algorithminlinevirtual
read(const FileNode &fn)cv::Algorithminlinestatic
save(const String &filename) constcv::Algorithmvirtual
setMaxLineGap(int maxLineGap)=0cv::cuda::HoughSegmentDetectorpure virtual
setMaxLines(int maxLines)=0cv::cuda::HoughSegmentDetectorpure virtual
setMinLineLength(int minLineLength)=0cv::cuda::HoughSegmentDetectorpure virtual
setRho(float rho)=0cv::cuda::HoughSegmentDetectorpure virtual
setTheta(float theta)=0cv::cuda::HoughSegmentDetectorpure virtual
write(FileStorage &fs) constcv::Algorithminlinevirtual
write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
writeFormat(FileStorage &fs) constcv::Algorithmprotected
~Algorithm()cv::Algorithmvirtual