Embedding and Extraction of text in Digital Images

Date: 6 December, 2011 (3rd Semester of M.Sc. Computer Science)
Location: Department of Computer Science, University of Delhi.
Team Size: 1
Details:
This code allows embedding of textual data in the least significant bit (LSB) of pixels of a .jpg image and then retrieve the text back from the pixels and display it to the user. It also calculates the error between the original image and the image obtained after embedding.

MATLAB code for embedding textual data into an image and subsequent extraction of text from the image can be found here.