フィルターのクリア

divide image into horizantal blocks

2 ビュー (過去 30 日間)
mary m
mary m 2017 年 8 月 24 日
コメント済み: Image Analyst 2017 年 10 月 16 日
i want to divide image horizantaly lines to hide text, and select postion depended on mse to hide subtext; i mean if i had a text of 12 char 12/4=3>>no of blocks and image of [4*4] i want to hide each 4 char in block so ,blocksize/4=16 (3 blocks of size 16)
now i want to find positions to hide each 4 char in each block (mse=cover-stego/text) but these postions should not doublicat .. help me please

回答 (1 件)

Image Analyst
Image Analyst 2017 年 8 月 24 日
I don't understand the English or what you want to do - perhaps if you can get a native English speaker to look it over and re-word it. All I got out of it is that you want to hide text in an image, and I've uploaded code for that into my File Exchange: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862&sort=downloads_desc
  4 件のコメント
lotus whit
lotus whit 2017 年 10 月 16 日
編集済み: Image Analyst 2017 年 10 月 16 日
Could you please tell me how I can do vertical sliding window as shown in attached image with specific width and length? I applied the mat2cell() method but I don't know how I can modify to get the result.
Image Analyst
Image Analyst 2017 年 10 月 16 日
To get a small sub-image, tall and skinny or whatever, simply index:
subImage = grayImage(row1:row2, col1:col2);
You need to figure out what row1, row2, col1, & col2 need to be for each sub-image.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by