From 784fb55c9b6b0ae5129e669c45f625946c0973bd Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Wed, 4 May 2016 10:48:20 +0200 Subject: [PATCH] add model location info --- modules/ximgproc/samples/structured_edge_detection.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/ximgproc/samples/structured_edge_detection.cpp b/modules/ximgproc/samples/structured_edge_detection.cpp index fed8da40d..4c20d01a5 100644 --- a/modules/ximgproc/samples/structured_edge_detection.cpp +++ b/modules/ximgproc/samples/structured_edge_detection.cpp @@ -1,3 +1,9 @@ +/************************************************************************************** +The structered edge demo requires you to provide a model. +This model can be found at the opencv_extra repository on Github on the following link: +https://github.com/Itseez/opencv_extra/blob/master/testdata/cv/ximgproc/model.yml.gz +***************************************************************************************/ + #include #include "opencv2/highgui.hpp" #include "opencv2/core/utility.hpp"