photo

Ju Hee Hwang


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
105,022
of 300,331

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,920

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,124

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

6 years ago | 1 answer | 0

1

answer