Watermarking problem - color to gray
3 ビュー (過去 30 日間)
古いコメントを表示
Hello, How can watermark a color image inside a gray scale image? Thanks
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 6 月 5 日
Convert the grayscale image to its RGB equivalent, and then you can put a color watermark inside of it.
2 件のコメント
Walter Roberson
2016 年 6 月 10 日
Yes, that is what you asked to have happen. When you watermark one image inside another, the purpose is to have the watermarking image show through (barely).
If you are trying to hide a color image inside a grayscale image, then you need steganography, not watermarking.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!