From 778edff9e1bf2606504f8bc804f34f26470b48b7 Mon Sep 17 00:00:00 2001 From: siddharth Date: Wed, 4 Dec 2013 19:12:43 +0530 Subject: [PATCH] Added comment in demo file --- samples/cpp/cloning_demo.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samples/cpp/cloning_demo.cpp b/samples/cpp/cloning_demo.cpp index 7ff0100680..65a57f1497 100644 --- a/samples/cpp/cloning_demo.cpp +++ b/samples/cpp/cloning_demo.cpp @@ -16,6 +16,9 @@ * The program takes as input a source and a destination image (for 1-3 methods) * and ouputs the cloned image. +* +* Download test images from opencv_extra folder @github. +* */ #include "opencv2/photo.hpp"