# WienerFilteringCpp **Repository Path**: wang_haoming_1/WienerFilteringCpp ## Basic Information - **Project Name**: WienerFilteringCpp - **Description**: A program which can blur and add noise to an image and use WienerFiltering to restore it. You can modify the arguments in GUI and see the restored result visually. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WienerFilteringCpp A program which can blur and add noise to an image and use Wiener Filtering to restore it. You can modify the arguments in GUI and see the restored result visually. ## File Introduction main.cpp // The entry of program I_o.jpg // Origin Image I_n.jpg // Noise Image I_d.jpg // Restored Image Other .cpp and .h // You can learn the meaning from the name of file ## Required dll file The (d) means you can either use debug dll or release dll. opencv_highgui420(d).dll opencv_core420(d).dll opencv_imgcodecs420(d).dll opencv_imgproc420(d).dll ## Blog link For more information, you can visit my blog: https://zhouyifan.net/2019/12/26/Digital-Image-Processing-homework2/ (If you understand Chinese.)