From 9dae4feb6d7e269b322f95dca3905da299386fe8 Mon Sep 17 00:00:00 2001 From: vcscsvcscs Date: Mon, 26 Jun 2023 21:05:45 +0200 Subject: [PATCH] =?UTF-8?q?'Home'=20m=C3=B3dos=C3=ADt=C3=A1sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Home.md b/Home.md index 0d31e4e..f4941b4 100644 --- a/Home.md +++ b/Home.md @@ -3,13 +3,13 @@ TV Image Denoising CUDA is a command-line tool and graphical user interface (GUI) program designed for denoising images using the Total Variation (TV) denoising algorithm. It leverages the power of CUDA, a parallel computing platform and application programming interface (API) model created by NVIDIA, to accelerate the denoising process on compatible GPUs. ## Features -Denoises images using the TV denoising algorithm. -Supports various image formats. -Allows customization of denoising parameters: -Lambda: The regularization parameter for TV denoising. -Iterations: The number of iterations for TV denoising. -Provides a user-friendly GUI for easy image selection and visualization. -Saves the denoised image to a specified output file. +* Denoises images using the TV denoising algorithm. +* Supports various image formats. +* Allows customization of denoising parameters: + * Lambda: The regularization parameter for TV denoising. + * Iterations: The number of iterations for TV denoising. +* Provides a user-friendly GUI for easy image selection and visualization. +* Saves the denoised image to a specified output file. ## Usage To use TV Image Denoising CUDA, follow these steps: @@ -27,7 +27,7 @@ Run the program with the following command: The program will open a GUI window displaying the original image and the result image. You can interact with the GUI to adjust the denoising parameters and visualize the denoised image in real-time. -Click the "Denoise" button to perform TV denoising on the selected image using the chosen parameters. +Click the "Denoise" button to perform [TV denoising](https://gitea.varghacsongor.hu/vcscsvcscs/tv-image-denoising/wiki/tv_denoising.cu) on the selected image using the chosen parameters. The denoised image will be displayed in the GUI, and the program will save it to the specified output file.