Borrar filtros
Borrar filtros

I want to plot sine wave of pixel of image

3 visualizaciones (últimos 30 días)
Saif Sayed
Saif Sayed el 28 de En. de 2020
Comentada: Image Analyst el 29 de En. de 2020
clc
clear all
I = imread('saif1.jpg');
J = rgb2gray(I);
figure, imshow(I), figure, imshow(J);
J;
plot (J);
  6 comentarios
Star Strider
Star Strider el 28 de En. de 2020
Perhaps using fft or fft2?
Image Analyst
Image Analyst el 29 de En. de 2020
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.

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by