GrabCut Implementation in .NET
OpenCV GrabCut Algorithm
This package provides a .NET wrapper for the GrabCut algorithm, implemeted in native C++ with OpenCV.
Requirements
.NET Version:
net8.0or compatible.Native Dependencies: OpenCV 4.10.0 libraries are embedded within the native implementation.
Source Code
The precompiled native libraries are built from the source code available at LuxoriaSoft/grabcut_oc4100_dllcore
Installation
You can install the package via NuGet Package Manager or the .NET CLI:
Using NuGet Package Manager
Search for Luxoria.Algorithm.GrabCut in the NuGet Package Manager and install it.
Using .NET CLI
Run the following command:
Usage
License
Luxoria.Algorithm.BrisqueScore is licensed under the Apache 2.0 License. See LICENSE for more information.
LuxoriaSoft
Last updated