attach variabe in image
古いコメントを表示
hi need to show the a variable ( D ) that change in runtime i can show that but i need put it on frame that i made it before ...i attached my image code ..
thanks in advance
回答 (2 件)
DGM
2023 年 12 月 12 日
2 投票
If you want to add text directly to an image, see insertText(). If you don't have CVT, see the comment here and the answers it links to.
Image Analyst
2023 年 12 月 11 日
0 投票
2 件のコメント
ali
2023 年 12 月 12 日
Image Analyst
2023 年 12 月 12 日
I'm not really sure what "attach" means to you. Do you
- want to display the value of the variable above the image. The image is on an "axes" and the "axes" is on a "figure" and you could have some caption/label above the image?
- want to "burn" some text that has the variable name and value into the pixels of the image? Like with insertText of the Computer Vision Toolbox?
- want to put the name and/or value of the variable into some EXIF or IPTC metadata tag of the image file? Like with exif_tool?
- want to "hide" the variable in the image like with steganography?
Or something different than those options?
カテゴリ
ヘルプ センター および File Exchange で Image Processing and Computer Vision についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!