OpenCV  4.10.0
开源计算机视觉库
加载中...
搜索中...
没有匹配项
cv::cuda::CannyEdgeDetector 成员列表

这是 cv::cuda::CannyEdgeDetector 的所有成员的完整列表,包括所有继承的成员。

算法()cv::Algorithm
清除()cv::Algorithminlinevirtual
detect(InputArray image, OutputArray edges, Stream &stream=Stream::Null())=0cv::cuda::CannyEdgeDetector纯虚函数
detect(InputArray dx, InputArray dy, OutputArray edges, Stream &stream=Stream::Null())=0cv::cuda::CannyEdgeDetector纯虚函数
empty() constcv::Algorithminlinevirtual
getAppertureSize() const =0cv::cuda::CannyEdgeDetector纯虚函数
getDefaultName() constcv::Algorithmvirtual
getHighThreshold() const =0cv::cuda::CannyEdgeDetector纯虚函数
getL2Gradient() const =0cv::cuda::CannyEdgeDetector纯虚函数
getLowThreshold() const =0cv::cuda::CannyEdgeDetector纯虚函数
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
setAppertureSize(int apperture_size)=0cv::cuda::CannyEdgeDetector纯虚函数
setHighThreshold(double high_thresh)=0cv::cuda::CannyEdgeDetector纯虚函数
setL2Gradient(bool L2gradient)=0cv::cuda::CannyEdgeDetector纯虚函数
setLowThreshold(double low_thresh)=0cv::cuda::CannyEdgeDetector纯虚函数
write(FileStorage &fs) constcv::Algorithminlinevirtual
write(FileStorage &fs, const String &name) constcv::Algorithm
write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
writeFormat(FileStorage &fs) constcv::Algorithmprotected
~Algorithm()cv::Algorithmvirtual