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
- Host: GitHub
- URL: https://github.com/gsvgit/imageprocessing
- Owner: gsvgit
- License: mit
- Created: 2023-01-11T08:28:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T18:55:14.000Z (over 3 years ago)
- Last Synced: 2025-01-30T00:51:08.494Z (over 1 year ago)
- Topics: fsharp, gpgpu, image-processing
- Language: F#
- Homepage:
- Size: 357 KB
- Stars: 0
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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 |
:---: |
[](https://github.com/gsvgit/ImageProcessing/actions?query=branch%3Amaster) |
[](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.