Trying to find out implementation of the following image

1 Ansicht (letzte 30 Tage)
shahriar sowad
shahriar sowad am 18 Okt. 2021
Kommentiert: Image Analyst am 19 Okt. 2021
I have plotted an magnitude spectrum X(k); now i want to find the value from this image; how do i do that?

Antworten (1)

Image Analyst
Image Analyst am 18 Okt. 2021
You can display X and then call impixelinfo to mouse around over the image and see the values at the cursor location
imshow(X, []);
impixelinfo;
  2 Kommentare
shahriar sowad
shahriar sowad am 19 Okt. 2021
i want to find the value for the image that i have added with the question, not for the magnitude
Image Analyst
Image Analyst am 19 Okt. 2021
Then this will work on the actual screenshot image you added/attached with your question:
rgbImage = imread('Screenshot 2021-10-18 230205.png');
imshow(rgbImage);
impixelinfo

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by