GUI process calling variable
1 回表示 (過去 30 日間)
古いコメントを表示
i have a GUI about steganography. hiding and extract. my program in extract have to call variable in hiding process. what kind of function so i can call this variable and process that variable in my extraction program ?
0 件のコメント
回答 (1 件)
Image Analyst
2013 年 3 月 31 日
I suggest you look for an algorithm here http://iris.usc.edu/Vision-Notes/bibliography/contentschar.html#OCR,%20Document%20Analysis%20and%20Character%20Recognition%20Systems then code it up into MATLAB.
23.3.8 Image Hiding, Data Hiding, Steganography, Steganalysis
23.3.8.1 Data Hiding, Steganography, LSB, Least Significant Bit
23.3.8.2 Halftone Images, Compressed Images: Image Hiding, Data Hiding, Steganography
23.3.8.3 Surveys, Image Hiding, Data Hiding, Steganography
I have an LSB watermarking demo that I've posted before. You can search for it or just ask and I'll post it again here.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!