add model location info

pull/660/head
StevenPuttemans 9 years ago
parent e607b784aa
commit 784fb55c9b
  1. 6
      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 <opencv2/ximgproc.hpp>
#include "opencv2/highgui.hpp"
#include "opencv2/core/utility.hpp"

Loading…
Cancel
Save