Skip to content

Reconstruction of an image from an incomplete or a corrupt image using Convex Solvers

Notifications You must be signed in to change notification settings

BhavaniAM/Compressive_Sensing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Reconstructing an image from a corrupt image and an incomplete image

Given the flattened matrix of the representation of an incomplete image, the transformation applied on the sparse representation of the image to generate the actual image and the incomplete image, solve the problem of least squares (minimize the 2 norm) to obtain the sparse vector and the actual image.

Say x = As

where x - flattened matrix of the actual image

s - sparse representation of the image x

A - transformation

then minimize $||y - Cs||^2$ where we know that y is the incomplete image obtained by applying a transformation C on the sparse representation s.

The solution to the least squares problem is given by

s = $\left( C^{T}C\right) ^{-1}C^{T}y$

About

Reconstruction of an image from an incomplete or a corrupt image using Convex Solvers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published