Borrar filtros
Borrar filtros

Pixel Value Editing of image

1 visualización (últimos 30 días)
Prateek
Prateek el 28 de Ag. de 2011
I am implementing LSB encoded steganography .For it firstly I want to get the no. of pixels in the image and second-edit the least significant bit of each pixel according to my data.How can I do it?
Thanx in advance......

Respuestas (1)

Walter Roberson
Walter Roberson el 29 de Ag. de 2011
Number of pixels in the image IMG is size(IMG,1) * size(IMG,2)
Editing the LSB of each pixel is something that I will leave for you to figure out. LSB steganography is a common class assignment that for an experienced programmer is usually only a few lines long, but I have seen students stuck on the assignment for literally more than 6 months. It would be unfair to the other students to give you the easy answer when so many students struggle for long times with the assignment.
For whatever reason, it has turned out to be an assignment that separates those who "get" computer programming from those those who do not "get" computer programming, so I have found it best not to interfere in this "rite of passage".

Categorías

Más información sobre Characters and Strings en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by