Ask Your Question

skg52's profile - activity

2015-11-03 00:53:55 -0600 received badge  Supporter (source)
2015-11-02 00:54:22 -0600 asked a question Search for an image/frame in the video

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