Search for an image/frame in the video

asked 2015-11-02 00:53:27 -0600

skg52 gravatar image

I'm a beginner to image processing. For one application I need to develop a module, which takes two inputs, one input is image(which is taken from a MP4 video) and other input is video(ts) file. Now I need to search for the image in the video. Here the Video will be of different resolution and codec when compared to image resolution and codec.

With Feature Matching with FLANN concept in opencv, I tried to find out the good matches of same alike images (both images are of different codec and resolution) but I found very less good matches. This because the images are of different resolution and codec.

Is there any way in opencv or in any tool, so that we can compare a video and image of different codec and resolution and find the exact location where the image is present in the video.

Thanks in Advance

edit retag flag offensive close merge delete

Comments

maybe this helps image comparison

pklab gravatar imagepklab ( 2015-11-02 05:35:21 -0600 )edit