Update video_input_psnr_ssim.markdown

pull/20762/head
Dmitriy Fishman 4 years ago committed by GitHub
parent d95e43a6a1
commit b25ad12f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/tutorials/videoio/video-input-psnr-ssim/video_input_psnr_ssim.markdown

@ -180,7 +180,7 @@ implementation below.
This will return a similarity index for each channel of the image. This value is between zero and
one, where one corresponds to perfect fit. Unfortunately, the many Gaussian blurring is quite
costly, so while the PSNR may work in a real time like environment (24 frame per second) this will
costly, so while the PSNR may work in a real time like environment (24 frames per second) this will
take significantly more than to accomplish similar performance results.
Therefore, the source code presented at the start of the tutorial will perform the PSNR measurement

Loading…
Cancel
Save