OpenCV 4.11.0
开源计算机视觉
|
这是cv::cuda::CannyEdgeDetector的所有成员的完整列表,包括所有继承的成员。
算法() | cv::Algorithm | |
clear() | cv::Algorithm | 内联虚函数 |
detect(InputArray image, OutputArray edges, Stream &stream=Stream::Null())=0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
detect(InputArray dx, InputArray dy, OutputArray edges, Stream &stream=Stream::Null())=0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
empty() const | cv::Algorithm | 内联虚函数 |
getAppertureSize() const =0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
getDefaultName() const | cv::Algorithm | 虚函数 |
getHighThreshold() const =0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
getL2Gradient() const =0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
getLowThreshold() const =0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
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 | 虚函数 |
setAppertureSize(int apperture_size)=0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
setHighThreshold(double high_thresh)=0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
setL2Gradient(bool L2gradient)=0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
setLowThreshold(double low_thresh)=0 | cv::cuda::CannyEdgeDetector | 纯虚函数 |
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 | 虚函数 |