Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 651 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 651 Bytes

CLRImageDemo

Alt text

Combination of C++, C++/CLI, and C# projects.

The demo shows moving balls with given numbers. The control and display is built on WPF project. The detail algorithm is provided by C++ project.

Project Description

woodychang0611_common(C++)

Common C++ function and image processing library

WoodyChang0611CLICommon(C++/CLI)

Adapter for woodychang0611_common

WoodyChang0611.Common (C#)

Common C# function library

CLRLibraryTest(C++/CLI)

Test class to provide model for display

WpfTest (C#/WPF)

Demo project for showing the result of displaying information from C++ library