We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e607b78 commit 784fb55Copy full SHA for 784fb55
modules/ximgproc/samples/structured_edge_detection.cpp
@@ -1,3 +1,9 @@
1
+/**************************************************************************************
2
+The structered edge demo requires you to provide a model.
3
+This model can be found at the opencv_extra repository on Github on the following link:
4
+https://github.com/Itseez/opencv_extra/blob/master/testdata/cv/ximgproc/model.yml.gz
5
+***************************************************************************************/
6
+
7
#include <opencv2/ximgproc.hpp>
8
#include "opencv2/highgui.hpp"
9
#include "opencv2/core/utility.hpp"
0 commit comments