Azzera filtri
Azzera filtri

divide image into horizantal blocks

2 visualizzazioni (ultimi 30 giorni)
mary m
mary m il 24 Ago 2017
Commentato: Image Analyst il 16 Ott 2017
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

Risposte (1)

Image Analyst
Image Analyst il 24 Ago 2017
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 Commenti
lotus whit
lotus whit il 16 Ott 2017
Modificato: Image Analyst il 16 Ott 2017
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 il 16 Ott 2017
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.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by