From 8e443e400cc920a1776554704b06506ac21c9613 Mon Sep 17 00:00:00 2001 From: vcscsvcscs Date: Mon, 26 Jun 2023 20:56:10 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index f088d08..0d31e4e 100644 --- a/Home.md +++ b/Home.md @@ -20,10 +20,10 @@ Run the program with the following command: `./TV_Denoising_CUDA ` -* : The path to the input image file you want to denoise. -* : The path to the output denoised image file. -* : (optional): The regularization parameter for TV denoising (default: 0.02). -* : (optional): The number of iterations for TV denoising (default: 10). +* input_image : The path to the input image file you want to denoise. +* output_image : The path to the output denoised image file. +* lambda : (optional): The regularization parameter for TV denoising (default: 0.02). +* iterations : (optional): The number of iterations for TV denoising (default: 10). 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.