![]() |
OpenCV
4.5.2
Open Source Computer Vision
|
Classes | |
| class | cv::ximgproc::EdgeDrawing |
| Class implementing the ED (EdgeDrawing) [247], EDLines [4], EDPF [5] and EDCircles [6] algorithms. More... | |
| struct | cv::ximgproc::EdgeDrawing::Params |
Enumerations | |
| enum | cv::ximgproc::EdgeDrawing::GradientOperator { cv::ximgproc::EdgeDrawing::PREWITT = 0, cv::ximgproc::EdgeDrawing::SOBEL = 1, cv::ximgproc::EdgeDrawing::SCHARR = 2, cv::ximgproc::EdgeDrawing::LSD = 3 } |
Functions | |
| Ptr< EdgeDrawing > | cv::ximgproc::createEdgeDrawing () |
| Creates a smart pointer to a EdgeDrawing object and initializes it. More... | |
| Ptr<EdgeDrawing> cv::ximgproc::createEdgeDrawing | ( | ) |
#include <opencv2/ximgproc/edge_drawing.hpp>
Creates a smart pointer to a EdgeDrawing object and initializes it.
1.8.9.1