Skip to content

Commit 1043e2e

Browse files
committed
Merge pull request #660 from StevenPuttemans:add_extra_sample_info
2 parents e607b78 + 784fb55 commit 1043e2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/ximgproc/samples/structured_edge_detection.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
#include <opencv2/ximgproc.hpp>
28
#include "opencv2/highgui.hpp"
39
#include "opencv2/core/utility.hpp"

0 commit comments

Comments
 (0)