필터 지우기
필터 지우기

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 CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by