Azzera filtri
Azzera filtri

I want to plot sine wave of pixel of image

3 visualizzazioni (ultimi 30 giorni)
Saif Sayed
Saif Sayed il 28 Gen 2020
Commentato: Image Analyst il 29 Gen 2020
clc
clear all
I = imread('saif1.jpg');
J = rgb2gray(I);
figure, imshow(I), figure, imshow(J);
J;
plot (J);
  6 Commenti
Image Analyst
Image Analyst il 29 Gen 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.

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by