Tutorials: moved Megamind.avi files to samples/data folder

pull/6105/head
Maksim Shabunin 9 years ago
parent 359acc0d33
commit 6c0c0466c6
  1. 6
      doc/tutorials/videoio/video-input-psnr-ssim/video_input_psnr_ssim.markdown
  2. 0
      samples/data/Megamind.avi
  3. 0
      samples/data/Megamind_bugy.avi

@ -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

Loading…
Cancel
Save