OpenCvSharp Documentation

Welcome to the OpenCvSharp documentation!

OpenCvSharp is a cross-platform .NET wrapper for OpenCV, providing a rich set of APIs for computer vision and image processing.

Features

  • ✅ Cross-platform support (Windows, Linux, macOS, WebAssembly)
  • ✅ .NET 8, 10, and later support
  • ✅ Comprehensive OpenCV API coverage
  • ✅ WPF and GDI+ extensions
  • ✅ NuGet packages for easy installation

Installation

Install via NuGet:

dotnet add package OpenCvSharp4
dotnet add package OpenCvSharp4.runtime.win  # For Windows

Resources