Added DeviceType switch, removed copy script from run configs (rider bug prevents execution), added CUDA and OpenCL run configs.

This commit is contained in:
Samuele Lorefice
2025-04-08 18:53:52 +02:00
parent 8992a6c33d
commit 964eb02adb
7 changed files with 79 additions and 34 deletions

View File

@@ -8,7 +8,8 @@
- Automatic CUDA/OpenCL GPU Acceleration for most of the process
- *nix style command line interface
## How to use:
## How to use
From command line: `SDFMapTool -D <directory_with_images> -i "<image1.png;image2.png;...>" -o <output_file_path.png> ...`
Available options:
@@ -31,8 +32,10 @@ Available options:
--sigma Blur sigma value (weighting).
--device Device to use for computation. (CPU, OpenCL, CUDA)
--help Display this help screen.
--version Display version information.
```
```