Thai-VuDuc169 / DenoisingImage

Denoising in the Cham inscription image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content

Introduction

:neckbeard: Denoising in the Cham inscription image 🗿

Class Diagram

Class Diagram Please check out the full link

Dataset

process raw data to conduct training for deep learning is done in here (run on colab). I proceeded to separate pairs of images in the Double_2021 for train and test set (without validation set). Processed data is saved in *hdf5 format. Check for more details: My google drive

DenoisingImage/Original_data/
      Clean         <images is cleand>
      Degraded      <images is degraded>
      Double_2021   <contain pairs of degraded and cleand images>

Demo Program

you can customize the parameters of filters based on BasicFilter.py and DenoiseUsingDL.py Run Main.py to run the demo program

python3 /<full_path>/Main.py

Demo Program

Evaluation

  • SSIM (Structural Similarity Index Measure): is a method for predicting the perceived quality of digital television and cinematic pictures, as well as other kinds of digital images and videos. SSIM is used for measuring the similarity between two images. The SSIM index is a full reference metric; in other words, the measurement or prediction of image quality is based on an initial uncompressed or distortion-free image as reference. SSIM is a perception-based model that considers image degradation as perceived change in structural information, while also incorporating important perceptual phenomena, including both luminance masking and contrast masking terms. The difference with other techniques such as MSE or PSNR is that these approaches estimate absolute errors. Reference for more details
  • PSNR (Peak Signal-to-Noise Ratio): is an engineering term for the ratio between the maximum possible power of a signal and the power of corrupting noise that affects the fidelity of its representation. Because many signals have a very wide dynamic range, PSNR is usually expressed as a logarithmic quantity using the decibel scale. Reference for more details

fidget spinner

About

Denoising in the Cham inscription image


Languages

Language:Python 100.0%