imfilter(image name, [.1 .1])

what the function of imfilter(imagename, [.1 .1]) or imfilter(imagename, [.5 .5])
I m working on Steganography.

Antworten (1)

Image Analyst
Image Analyst am 10 Aug. 2012

0 Stimmen

Did you read the help on imfilter? It says that it will give an output image where the output pixel = 0.1 times the input pixel plus 0.1 times the pixel to the right of that pixel. That will have the effect of making a very dark and blurred image. The code you gave has nothing to do with steganography though.

Kategorien

Mehr zu Encryption / Cryptography finden Sie in Hilfe-Center und File Exchange

Produkte

Tags

Gefragt:

am 10 Aug. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by