From 35979f6ea32c41de22dae8c955d7ca2d674b9759 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 25 Jun 2023 14:09:54 +0200 Subject: [PATCH] Add readme --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 564ba41..e3ba37f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # tv-image-denoising -Using the TV algorithm to denoise images with c++ and cuda. \ No newline at end of file +Using the TV algorithm to denoise images with c++ and cuda. + +## Requirements + g++ + vcpkg + cmake + opencv2 + cuda +## Build +```bash +# Generate build files +cmake -B build . +# Build +cmake --build build +``` +## Run +```bash +./TV_Denoising_CUDA +``` \ No newline at end of file