imfilter(image name, [.1 .1])
이전 댓글 표시
what the function of imfilter(imagename, [.1 .1]) or imfilter(imagename, [.5 .5])
I m working on Steganography.
답변 (1개)
Image Analyst
2012년 8월 10일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Encryption / Cryptography에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!