I want to read video file(.avi or .mov) and detect motion and edges using Opencv.Can u help me with code?I want to create a GUI in which we can select the video file,then we can carry out image processing functions in opencv?
How to read a video file:
How to track/detect motion:
How to detect edges/countours:
And for more info on how to detect shapes, check this post.