Community Profile

photo

Ju Hee Hwang


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

mer än 4 år ago | 0 answers | 0

0

answers

Question


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/...

mer än 4 år ago | 1 answer | 0

1

answer

Question


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...

mer än 4 år ago | 1 answer | 0

1

answer