/ImageProcessing

Image processing in F# on GPGPU using Brahma.FSharp

Primary LanguageF#MIT LicenseMIT

ImageProcessing

Simple image processing on GPGPU in F# using Brahma.FSharp.


Builds

GitHub Actions
GitHub Actions
Build History

NuGet

Package Stable Prerelease
ImageProcessing

Developing

Make sure the following requirements are installed on your system:

  • dotnet SDK 7.0 or higher
  • OpenCL-compatible device with respective driver installed.

Building

> build.cmd <optional buildtarget> // on windows
$ ./build.sh  <optional buildtarget>// on unix

Build Targets

For details look at MiniScaffold, we use it in our project.