https://github.com/shimat/opencvsharp5
Experimental OpenCV5 wrapper for .NET
https://github.com/shimat/opencvsharp5
cpp csharp dotnet opencv
Last synced: 12 months ago
JSON representation
Experimental OpenCV5 wrapper for .NET
- Host: GitHub
- URL: https://github.com/shimat/opencvsharp5
- Owner: shimat
- License: apache-2.0
- Created: 2023-01-28T23:28:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T09:18:56.000Z (about 2 years ago)
- Last Synced: 2025-04-16T03:55:45.024Z (12 months ago)
- Topics: cpp, csharp, dotnet, opencv
- Language: C#
- Homepage:
- Size: 2.36 MB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# opencvsharp5
Experimental OpenCV5 wrapper for .NET
[](https://github.com/shimat/opencvsharp5/actions/workflows/windows.yml)
[](https://github.com/shimat/opencvsharp5/actions/workflows/ubuntu.yml)
# Concept
- I will try the new P/Invoke mechanism introduced in .NET 7.
- I makes only what is needed for me.
- For me, OpenCvSharp is intended for use in server applications and does not require GUI, video input/output, etc.
- I am not interested in running OpenCvSharp on Mac, Unity, MAUI, Raspberry Pi, UWP, etc.
- I don't necessarily care about compatibility with the old [shimat/opencvsharp](https://github.com/shimat/opencvsharp).
# Requirements
- .NET 7
# Target Platforms
- Windows x64
- Linux x64