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.
2 parents e607b78 + 784fb55 commit 1043e2eCopy full SHA for 1043e2e
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