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"