Skip to content

A C# application to match pictures to video frames and check image similarity.

Notifications You must be signed in to change notification settings

ahsanGoheer/C-Video-Frame-Match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Video-Frame-Match

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.

Features

  • 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.

Getting Started

Prerequisites

  • Windows OS
  • .NET Framework
  • Visual Studio (recommended for development)

Setup

  1. Clone the repository:
    git clone https://github.com/ahsanGoheer/C-Video-Frame-Match.git
    
  2. Open the solution file (Frame Checker.sln) in Visual Studio.
  3. Build and run the application.

Usage

  • 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.

Contributing

Contributions to enhance the functionality or performance of the application are welcome. Please fork the repository and submit a pull request.

License

This project is released under the MIT License. See the LICENSE file for more details.

About

A C# application to match pictures to video frames and check image similarity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages