필터 지우기
필터 지우기

I want to plot sine wave of pixel of image

조회 수: 3 (최근 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