Community Profile

photo

Ju Hee Hwang


自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 0 个回答 | 0

0

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

提问


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

4 years 前 | 1 个回答 | 0

1

个回答