Added DeviceType switch, removed copy script from run configs (rider bug prevents execution), added CUDA and OpenCL run configs.
This commit is contained in:
@@ -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.
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user