photo

Saif Sayed


Last seen: plus de 4 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


i am implementing eulerian video magnification and i got these error
Error using VideoReader/initReader (line 734) The filename specified was not found in the MATLAB path. Error in audiovideo.i...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


how to apply eulerian video magnification
eulerian video magnification

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


i want to make a filter that will eliminate pixel value less than 200 and then add the values of all pixel greater than 200
clc clear all I = imread('saif1.jpg'); J = rgb2gray(I); figure, imshow(I), figure, imshow(J);

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


I want to plot sine wave of pixel of image
clc clear all I = imread('saif1.jpg'); J = rgb2gray(I); figure, imshow(I), figure, imshow(J); J; plot (J);

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


i want my graph to start from 0 after writing this code it starts from 1
clc clear all for x=1:1:51 y(x)=-0.0349*(exp(0.548*x*0.1))+8.549*(exp(-0.548*x*0.1))+0.119; end plot(y)

presque 5 ans il y a | 1 réponse | 0

1

réponse