|
表格线识别通用库文档
|
成员的完整列表,这些成员属于 cm::imp::EdgeDetection,包括所有继承而来的类成员
| AddAction(const ImagePreprocessor &img_preprocessor) | cm::ImagePreprocessor | inline |
| CANNY | cm::imp::EdgeDetection | static |
| DOG | cm::imp::EdgeDetection | static |
| 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::EdgeDetection | inlineexplicit |
| 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::EdgeDetection | inlineexplicit |
| EdgeDetection(const LaplacianEdgeDection &_, int ddepth=-1, int ksize=1, double scale=1, double delta=0, int type=cv::BORDER_DEFAULT) | cm::imp::EdgeDetection | inlineexplicit |
| EdgeDetection(const CannyEdgeDection &_, double threshold1=100, double threshold2=200, int aperture_size=3, bool l2_gradient=false) | cm::imp::EdgeDetection | inlineexplicit |
| 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::EdgeDetection | inlineexplicit |
| 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::EdgeDetection | inlineexplicit |
| 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::EdgeDetection | inlineexplicit |
| EdgeDetection(const EdgeDetection &edge_detection)=default | cm::imp::EdgeDetection | |
| ImagePreprocessor()=default | cm::ImagePreprocessor | |
| ImagePreprocessor(const ImagePreprocessor &img_preprocessor)=default | cm::ImagePreprocessor | |
| LAPLACIAN | cm::imp::EdgeDetection | static |
| operator()(const cv::Mat &image) const | cm::ImagePreprocessor | inline |
| operator|(const ImagePreprocessor &img_preprocessor) const | cm::ImagePreprocessor | inline |
| operator|=(const ImagePreprocessor &img_preprocessor) | cm::ImagePreprocessor | inline |
| Preprocess(const cv::Mat &image) const override | cm::imp::EdgeDetection | inlinevirtual |
| PREWITT | cm::imp::EdgeDetection | static |
| ROBERTS | cm::imp::EdgeDetection | static |
| SCHARR | cm::imp::EdgeDetection | static |
| SOBEL | cm::imp::EdgeDetection | static |
| ~EdgeDetection()=default | cm::imp::EdgeDetection | |
| ~ImagePreprocessor()=default | cm::ImagePreprocessor | virtual |