This document reviews various image denoising techniques. It begins with an introduction to common types of noise that affect digital images like Gaussian noise, salt and pepper noise, and Poisson noise. It then outlines the proposed statistical method for denoising, which involves dividing images into blocks and using neighboring pixel information to identify and replace noisy blocks. Several denoising techniques are described, including median filtering, adaptive filtering, and Wiener filtering. The document concludes by discussing performance metrics like peak signal-to-noise ratio (PSNR) for comparing denoising techniques and notes that different techniques work best for different noise types.