Video Processing using OpenMP
The cVideoProcessor performs the following functions :
- Reads Video File.
- Processes the video file frame by frame
- Calculated mean and frame number of each frame and prints it on the top left corner of the image
- Converts each frame to Gray image
- Define a region of Interest in the image to segment the foreground from background
- Applies threshold on the extracted foreground in the region of interests
- perform erosion and flooding to identify each object in th e image