Ask Your Question

Mridula_M's profile - activity

2015-03-03 23:01:24 -0600 received badge  Enthusiast
2015-02-25 02:48:14 -0600 commented answer How to compare a captured video with a ref video using OpenCV Python?

Actually my aim is to find whether a video has any artifacts. So I have a ref video which has no artifacts and I'm comparing the captured video with the ref video. Is there an option to do so in python Opencv?

2015-02-24 03:21:33 -0600 received badge  Supporter (source)
2015-02-24 00:26:17 -0600 asked a question How to compare a captured video with a ref video using OpenCV Python?

I need to compare 2 videos and check whether they are the same. I have a ref video to which the captured video has to be compared. How can I do this using OpenCV , numpy and matplotlib?