This repository hosts the C-Video-Frame-Match application, a C# tool designed to match images to video frames and assess their similarity. It's particularly useful for tasks where frame accuracy in video processing is critical, such as in surveillance or media analysis.
- Load and Display: The application allows users to load videos and images, and displays them within the UI.
- Frame Matching: Implements algorithms to match still images with frames from a video.
- Similarity Check: Evaluates and displays the similarity score between the image and video frames.
- Windows OS
- .NET Framework
- Visual Studio (recommended for development)
- Clone the repository:
git clone https://github.com/ahsanGoheer/C-Video-Frame-Match.git
- Open the solution file (
Frame Checker.sln
) in Visual Studio. - Build and run the application.
- Loading Content: Use the UI buttons to load the video and the image files.
- Processing: Click 'Check Frames' to start the matching process.
- View Results: Similarity results are displayed on the UI.
Contributions to enhance the functionality or performance of the application are welcome. Please fork the repository and submit a pull request.
This project is released under the MIT License. See the LICENSE
file for more details.