Its mainly a project which matches a given image pattern in other videos via image processing.
This project maps the reference image, reads the video file, separates the frames, tracks the reference file in the frame, marks it with some marker and merges the frames back to a video file name “output.MOV”. The given output file marks the reference with a red rectangle.
The entire job is done for the following methods:
- Exhaustive search technique
- 2D Logarithmic search
- Hierarchical search