Merge pull request #660 from StevenPuttemans:add_extra_sample_info

pull/670/head
Alexander Alekhin 9 years ago
commit 1043e2e058
  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