How do I encapsulate some text information in an image and extract it using MATLAB?

Posted by user198729 on Stack Overflow See other posts from Stack Overflow or by user198729
Published on 2010-04-25T03:18:11Z Indexed on 2010/04/25 3:23 UTC
Read the original article Hit count: 526

Filed under:
|
|
new_img = convert(img, text);
(img, text) = convert_back(new_img);

Can someone illustrate with a built-in image of MATALB?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about encapsulation