Hiding data in an image

版本 1.0.0.0 (1.5 KB) 作者: Nithya V S
Embeds the input data (text, or string) in the specified bit-plane of the input image and returns th
11.0K 次下载
更新时间 2007/4/16

查看许可证

EMBEDBP Embeds the data in the bth bit plane of the image

[INTL] = EMBEDBP(I,TXT,B) embeds the string TXT in the Bth bit-plane of
the image I and returns the watermarked image INTL. If B is not specified,
it is taken as 1. TXT is converted to binary (8-bits for each value) and the first 8N bits of the Bth bit-plane of the image are replaced by the binary form of TXT, where N is the number of elements in TXT.

See also RECOVERBP

引用格式

Nithya V S (2024). Hiding data in an image (https://www.mathworks.com/matlabcentral/fileexchange/14311-hiding-data-in-an-image), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Including a warning condition