필터 지우기
필터 지우기

how to plot watermark detector response

조회 수: 4 (최근 30일)
Twilighter
Twilighter 2012년 7월 5일
댓글: Image Analyst 2018년 1월 20일
I need to plot a watermark detector response like the ones in this paper http://www.waset.org/journals/waset/v34/v34-51.pdf
the JPEG quality factor response
and the other ones like the median or guassian response ... how to plot it?

답변 (1개)

Image Analyst
Image Analyst 2012년 7월 6일
Looks like the plot() command should work. Am I wrong?
  댓글 수: 2
Subhadeep Koley
Subhadeep Koley 2018년 1월 20일
The answer is not clear. Can you be more specific ? or can you post the code ?
Image Analyst
Image Analyst 2018년 1월 20일
She asked "I need to plot...". There is a function called plot that does that. Just put in your array representing the "watermark detector response", or whatever other variable you want:
plot(watermarkDetectorResponse, 'b*-', 'LineWidth', 2);
The question was not "How do I compute the watermark detector response?", the question was literally "how to plot it?" which she asked twice so that's what I answered. I assume she already has the response variable because she did not ask how to compute that and only asked how to plot it.

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by