Hi All,
I have the following image of an fft peak where the peak is shifed a few pixels away from the origin. To better dispaly this I was hoping I could overlay a red cross to insect the 50, 50 point of the image.
Is there an easy way to do this?

 Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 1 de Feb. de 2021
Editada: KALYAN ACHARJYA el 1 de Feb. de 2021

0 votos

"To better dispaly this I was hoping I could overlay a red cross to insect the 50, 50 point of the image."
Insert the marker on the image
%After Image Show/display
hold on;
[r,c]=size(image);
plot(round(c/2),round(r/2),'r*','MarkerSize',10);

Más respuestas (0)

Etiquetas

Preguntada:

el 1 de Feb. de 2021

Editada:

el 1 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by