Borrar filtros
Borrar filtros

How to print normalized cross correlation value in gui?

1 visualización (últimos 30 días)
prapti bhatt
prapti bhatt el 20 de Abr. de 2016
Respondida: Meade el 20 de Abr. de 2016
i have project on digital image watermarking based on dct algorithm and i was measure quality of image using normalized cross correlation value. how to show this value in gui figure. guide me in proper way.please reply me as soon as possible.

Respuestas (1)

Meade
Meade el 20 de Abr. de 2016
  • IF YOU DON'T HAVE A PLOT: Try placing a textbox in your gui.
ccvalue = "YOUR NUMBER HERE"
uicontrol(gcf,'textbox','String',num2str(ccvalue))
  • IF YOU HAVE A PLOT: Try using the | annotation | command. This will let you place any text within an axis on your figure.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by