'Home' módosítása

2023-06-26 20:56:10 +02:00
parent 0b773faad9
commit 8e443e400c

@@ -20,10 +20,10 @@ Run the program with the following command:
`./TV_Denoising_CUDA <input_image> <output_image> <lambda> <iterations>` `./TV_Denoising_CUDA <input_image> <output_image> <lambda> <iterations>`
* <input_image>: The path to the input image file you want to denoise. * input_image : The path to the input image file you want to denoise.
* <output_image>: The path to the output denoised image file. * output_image : The path to the output denoised image file.
* <lambda>: (optional): The regularization parameter for TV denoising (default: 0.02). * lambda : (optional): The regularization parameter for TV denoising (default: 0.02).
* <iterations>: (optional): The number of iterations for TV denoising (default: 10). * 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. 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.