This project is an application to extract video frames from a given video files for applying Digital Image Processing techniques on individual video frames.
- C# Programming Language
- EmguCV version 4.1
- Clone/download the files
- Install EmguCV package using NuGet Gallery as below (or follow this link):
PM> Install-Package Emgu.CV -Version 4.1.1.3497
- Run and enjoy!
Add a progressbar to provide a better UXSome minor problems with videoCapture after a whole process is finished.