필터 지우기
필터 지우기

Data hiding Matlab

조회 수: 1 (최근 30일)
Vino
Vino 2011년 10월 3일
I gave the binary message as 01101001 format and input as 6*6 image. But getting error as index exceeds matrix dimensions in the below line. stegoI(i:i+2,j:j+2)=embed(I(i:i+2,j:j+2),message(indexm:indexm+1)); Can you please clarrify my doubt. Thank you

채택된 답변

Jan
Jan 2011년 10월 3일
Please post the relevant part of the code. It is not possible to guess, if "embed" is a matrix or a function. E.g. "message" could be shorter than "imdexm+1" etc.
A recommended method to solve such problems is the debugger:
dbstop if error
Then MATLAB stops, if the error occurs and you can inspect the values of the variables to find the cause of the problem. This is more efficient than asking the forum.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Desktop에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by