GrabCut Implementation in .NET

OpenCV GrabCut Algorithm

This package provides a .NET wrapper for the GrabCut algorithm, implemeted in native C++ with OpenCV.

Online Documentationarrow-up-right

Check it out on Nuget.orgarrow-up-right

Requirements

  • .NET Version: net8.0 or 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_dllcorearrow-up-right

codecovarrow-up-right

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 LICENSEarrow-up-right for more information.

LuxoriaSoft

Last updated