An open API service indexing awesome lists of open source software.

https://github.com/gsvgit/imageprocessing

Image processing in F# on GPGPU using Brahma.FSharp
https://github.com/gsvgit/imageprocessing

fsharp gpgpu image-processing

Last synced: 8 months ago
JSON representation

Image processing in F# on GPGPU using Brahma.FSharp

Awesome Lists containing this project

README

          

# ImageProcessing

Simple image processing on GPGPU in F# using [Brahma.FSharp](https://github.com/YaccConstructor/Brahma.FSharp).

---

## Builds

GitHub Actions |
:---: |
[![GitHub Actions](https://github.com/gsvgit/ImageProcessing/workflows/Build%20master/badge.svg)](https://github.com/gsvgit/ImageProcessing/actions?query=branch%3Amaster) |
[![Build History](https://buildstats.info/github/chart/gsvgit/ImageProcessing)](https://github.com/gsvgit/ImageProcessing/actions?query=branch%3Amaster) |

## NuGet

Package | Stable | Prerelease
--- | --- | ---
ImageProcessing | |

---

### Developing

Make sure the following **requirements** are installed on your system:

- [dotnet SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) 7.0 or higher
- OpenCL-compatible device with respective driver installed.

---

### Building

```sh
> build.cmd // on windows
$ ./build.sh // on unix
```

---

### Build Targets

For details look at [MiniScaffold](https://github.com/TheAngryByrd/MiniScaffold), we use it in our project.