Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 1.44 KB

README.md

File metadata and controls

28 lines (27 loc) · 1.44 KB

CSharpWpfAIExamples

This repository contains C# written Deep Neural Network (DNN) image processing WPF examples. All examples are very simple and clear to know. There are very few project in this repo now but I will expand the number of projects continuously as my time allows.

Projects

All projects requirements

Usage

  • Download this repo
  • Open in Visual Studio EmguCVAIExamples.sln
  • It can miss some dependencies:
    • In Visual Studio go to Tools/NuGet Package Manager/Manage NuGet Packages for Solution...
    • Refactor all packages.
  • Done. Set startup project and run.

The CommonCollection project is for general using for all projects. It is part of all projects (it will be an auto compiled dll file).