Skip to content

A workbench application to showcase the features of OpenCV through the EmguCV implementation for .NET.

License

Notifications You must be signed in to change notification settings

mstath/EmguCV.Workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT

This is essentially a WPF GUI wrapper to several image processors and algorithms from Emgu CV, the .NET wrapper to OpenCV. Features include:

  • Image source from webcam or file
  • An image processing module where you can add and order several processors with parameters exposed
  • Several tutorial/example algorithms implemented with paremeters exposed
  • Interactive drag-select for template and feature match algorithms
  • Data grid updated per frame results
  • Realtime feedback of parameter modification for webcam and file image sources

What is this repository for?

This is to help you get up and going quickly with Emgu CV. It is a mix of examples from the Emgu repo and OpenCV tutorials.

How do I get set up?

  • Implemented with Visual Studio 2015 and .NET 4.6.1
  • Depends on NuGet packages for Emgu CV and Extended.Wpf.Toolkit

About

A workbench application to showcase the features of OpenCV through the EmguCV implementation for .NET.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages