I want to plot sine wave of pixel of image

1 回表示 (過去 30 日間)
Saif Sayed
Saif Sayed 2020 年 1 月 28 日
コメント済み: Image Analyst 2020 年 1 月 29 日
clc
clear all
I = imread('saif1.jpg');
J = rgb2gray(I);
figure, imshow(I), figure, imshow(J);
J;
plot (J);
  6 件のコメント
Star Strider
Star Strider 2020 年 1 月 28 日
Perhaps using fft or fft2?
Image Analyst
Image Analyst 2020 年 1 月 29 日
I also have no idea what the sine wave of a pixel is. Please explain or give example. Otherwise I think Star Strider made a reasonable guess.

サインインしてコメントする。

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by