Community Profile

photo

Ju Hee Hwang


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How can I fix this when the value is constantly changing when measuring PSNR?
clc k=imread('clue.jpg'); k=rgb2gray(k); subplot(3,3,1); imshow(k) ks=double(k); %Periodic noise %diagonal noise ...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can we make a rhombus in the middle?
-my rectangle code- fr=zeros(512,512); row=512; col=512; pok1=70; pok2=70; for x=row/2-pok1:1:row/2+pok1 for y=col/...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I put two noises in an image?
-my code(diagonal noise)- clc k=imread('clue.jpg'); k=rgb2gray(k); k=double(k); [x,y]=meshgrid(1:512,1:512); p=1+sin...

más de 4 años hace | 1 respuesta | 0

1

respuesta