emgucv/emgucv

Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library.

What it solves

它提供了一種方式,讓使用 .NET 相容語言的開發者能夠存取 OpenCV 函式庫強大的影像處理能力,該函式庫最初是使用 C++ 編寫的。

How it works

它作為 OpenCV 函式庫周圍的跨平台 .NET 封裝,允許從 Visual Studio、Unity 和 .NET CLI 等環境中呼叫函式。它相容於包括 Windows、Mac OS、Linux、iOS 和 Android 在內的多種作業系統。

Who it’s for

需要將電腦視覺和影像處理整合到其應用程式中的 .NET 開發者和 Unity 遊戲開發者。

Highlights

  • Windows、Mac OS、Linux、iOS 和 Android 的跨平台支援。
  • 與 Visual Studio、Unity 和 "dotnet" 指令相容。
  • 讓 .NET 語言能夠使用 OpenCV 函式。