'Home' módosítása

2023-06-26 20:55:25 +02:00
parent a29a90ce66
commit 0b773faad9

@@ -22,8 +22,8 @@ Run the program with the following command:
* <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).
* <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.