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.