SaaSHub helps you find the best software and product alternatives Learn more →
OpenCvSharp Alternatives
Similar projects and alternatives to OpenCvSharp
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
-
-
-
Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
-
SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
ImageProcessor
Discontinued :camera: A fluent wrapper around System.Drawing for the processing of image files.
-
-
marionette
Marionette is a test automation framework based on image and text recognition for .NET. (by asimmon)
-
Vortice.Windows
.NET bindings for Direct3D12, Direct3D11, WIC, Direct2D1, XInput, XAudio, X3DAudio, DXC, Direct3D9 and DirectInput.
-
-
MetadataExtractor
Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
OpenCvSharp discussion
OpenCvSharp reviews and mentions
-
Image Feature Detection and Matching using OpenCvSharp - First Steps Towards VinylEye
In a previous post, I have gone through the process for building a Docker Image for OpenCVSharp that supports multiple processor architectures.
-
Does there exist an API accessible from C# that detects faces in images?
Alternatively, you can get into the nitty gritty of face detection yourself. OpenCV is a massive, open source project for all kinds computer vision tasks. Without jumping into the proprietary world, this is one of the most popular and capable computer vision libraries available. While powerful, OpenCV is comparatively low level; giving you the tools you need to accomplish your task, rather than a direct, single method to call. This tutorial goes into depth on how you'd go about training facial models to create your own detection methods. You'll notice that the example is written in C++. The con with this option (aside from it being more complex) is that OpenCV is largely used in the context of C++ or Python. However, it does have C# wrappers. Emgu CV is probably the most popular .NET wrapper for OpenCV, though there are other wrappers available. Here is a nice tutorial using OpenCVSharp, which is a bit closer to the native C++ API OpenCV uses.
-
Compress/resize images
Another option for more advanced image manipulation - use OpenCV wrapper like opencvsharp. I haven't done much benchmarking, but from my understanding this is considerably faster option than anything made in managed code (like ImageSharp), but coming at the cost of native dependency and a bit more C++-style API and other quirks of OpenCV.
- Creating a NuGet package with static dependencies AND a native assembly wrapper?
-
Universal UI testing based on image and text recognition
In order to do so, I had to learn about the basics of image processing. I was able to find an image within another with a technique called template matching, and I used an OpenCV wrapper made for .NET. I will not go through the technical details here, but you can find the relevant source code in my GitHub repository.
- Docker multi-architecture, .NET 6.0 and OpenCVSharp
- Why we can’t use C++ in WPF?
-
What's the fastest way to get pixel data from a Bitmap?
Maybe opencv will be faster? https://github.com/shimat/opencvsharp
-
image classification in .net with webcam
hello. the quickest way to access webcam in .NET would be use this package shimat/opencvsharp: OpenCV wrapper for .NET (github.com) and give feedback about using the lobe.OpenCVSharp binding to help you classify the images
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 May 2025
Stats
shimat/opencvsharp is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of OpenCvSharp is C#.