Tutorials: moved Megamind.avi files to samples/data folder
authorMaksim Shabunin <maksim.shabunin@itseez.com>
Fri, 12 Feb 2016 10:42:44 +0000 (13:42 +0300)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Fri, 12 Feb 2016 10:44:14 +0000 (13:44 +0300)
doc/tutorials/videoio/video-input-psnr-ssim/video_input_psnr_ssim.markdown
samples/data/Megamind.avi [moved from samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video/Megamind.avi with 100% similarity]
samples/data/Megamind_bugy.avi [moved from samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video/Megamind_bugy.avi with 100% similarity]

index ef82b67..9dbff28 100644 (file)
@@ -20,10 +20,10 @@ As a test case where to show off these using OpenCV I've created a small program
 video files and performs a similarity check between them. This is something you could use to check
 just how well a new video compressing algorithms works. Let there be a reference (original) video
 like [this small Megamind clip
-](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video/Megamind.avi) and [a compressed
-version of it ](https://github.com/Itseez/opencv/tree/master/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video/Megamind_bugy.avi).
+](https://github.com/Itseez/opencv/tree/master/samples/data/Megamind.avi) and [a compressed
+version of it ](https://github.com/Itseez/opencv/tree/master/samples/data/Megamind_bugy.avi).
 You may also find the source code and these video file in the
-`samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/` folder of the OpenCV source library.
+`samples/data` folder of the OpenCV source library.
 
 @include cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp