# image-denoising-mrf **Repository Path**: mirrors_lepy/image-denoising-mrf ## Basic Information - **Project Name**: image-denoising-mrf - **Description**: This is a simple demonstration of applying Markov networks to the problem of image denoising. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # image-denoising-mrf This simple program demonstrates how a Markov network can be applied to the problem of image denoising. ```bash # To run with default values of parameters w_e and w_s, execute python input.png # Alternately, pass the values of w_e and w_s as second and third arguments respectively: python input.png 8 10 ```