Filter löschen
Filter löschen

how to plot watermark detector response

4 Ansichten (letzte 30 Tage)
Twilighter
Twilighter am 5 Jul. 2012
Kommentiert: Image Analyst am 20 Jan. 2018
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?

Antworten (1)

Image Analyst
Image Analyst am 6 Jul. 2012
Looks like the plot() command should work. Am I wrong?
  2 Kommentare
Subhadeep Koley
Subhadeep Koley am 20 Jan. 2018
The answer is not clear. Can you be more specific ? or can you post the code ?
Image Analyst
Image Analyst am 20 Jan. 2018
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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by