表格线识别通用库文档
载入中...
搜索中...
未找到
cm::imp::EdgeDetection 成员列表

成员的完整列表,这些成员属于 cm::imp::EdgeDetection,包括所有继承而来的类成员

AddAction(const ImagePreprocessor &img_preprocessor)cm::ImagePreprocessorinline
CANNYcm::imp::EdgeDetectionstatic
DOGcm::imp::EdgeDetectionstatic
EdgeDetection(const SobelEdgeDection &_, int ddepth=-1, int dx=1, int dy=1, int ksize=3, double scale=1, double delta=0, int type=cv::BORDER_DEFAULT)cm::imp::EdgeDetectioninlineexplicit
EdgeDetection(const ScharrEdgeDection &_, int ddepth=-1, int dx=0, int dy=1, double scale=1, double delta=0, int type=cv::BORDER_DEFAULT)cm::imp::EdgeDetectioninlineexplicit
EdgeDetection(const LaplacianEdgeDection &_, int ddepth=-1, int ksize=1, double scale=1, double delta=0, int type=cv::BORDER_DEFAULT)cm::imp::EdgeDetectioninlineexplicit
EdgeDetection(const CannyEdgeDection &_, double threshold1=100, double threshold2=200, int aperture_size=3, bool l2_gradient=false)cm::imp::EdgeDetectioninlineexplicit
EdgeDetection(const RobertsEdgeDection &_, int ddepth=-1, cv::Mat kernel=(cv::Mat_< float >(2, 2)<< 1, 0, 0, -1), cv::Point anchor=cv::Point(-1, -1), double delta=0, int type=cv::BORDER_DEFAULT)cm::imp::EdgeDetectioninlineexplicit
EdgeDetection(const PrewittEdgeDection &_, int ddepth=-1, cv::Mat kernel=(cv::Mat_< float >(3, 3)<< -1, 0, 1, -1, 0, 1, -1, 0, 1), cv::Point anchor=cv::Point(-1, -1), double delta=0, int type=cv::BORDER_DEFAULT)cm::imp::EdgeDetectioninlineexplicit
EdgeDetection(const DoGEdgeDection &_, int ddepth=-1, cv::Mat kernel=(cv::Mat_< float >(5, 5)<< 0, 0, 1, 0, 0, 0, 1, 2, 1, 0, 1, 2, -16, 2, 1, 0, 1, 2, 1, 0, 0, 0, 1, 0, 0), cv::Point anchor=cv::Point(-1, -1), double delta=0, int type=cv::BORDER_DEFAULT)cm::imp::EdgeDetectioninlineexplicit
EdgeDetection(const EdgeDetection &edge_detection)=defaultcm::imp::EdgeDetection
ImagePreprocessor()=defaultcm::ImagePreprocessor
ImagePreprocessor(const ImagePreprocessor &img_preprocessor)=defaultcm::ImagePreprocessor
LAPLACIANcm::imp::EdgeDetectionstatic
operator()(const cv::Mat &image) constcm::ImagePreprocessorinline
operator|(const ImagePreprocessor &img_preprocessor) constcm::ImagePreprocessorinline
operator|=(const ImagePreprocessor &img_preprocessor)cm::ImagePreprocessorinline
Preprocess(const cv::Mat &image) const overridecm::imp::EdgeDetectioninlinevirtual
PREWITTcm::imp::EdgeDetectionstatic
ROBERTScm::imp::EdgeDetectionstatic
SCHARRcm::imp::EdgeDetectionstatic
SOBELcm::imp::EdgeDetectionstatic
~EdgeDetection()=defaultcm::imp::EdgeDetection
~ImagePreprocessor()=defaultcm::ImagePreprocessorvirtual