photo

Reem Al Shehri


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
3 답변

순위
101,161
of 301,313

평판
0

참여
8 질문
3 답변

답변 채택
25.0%

획득한 표
0

순위
 of 21,236

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,955

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 3 Month Streak
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


please answer this problm?
How can remove this result of call function embedding 247 247 247 247 247 247 247 247 247 247 247 247 247 24...

거의 11년 전 | 답변 수: 0 | 0

0

답변

답변 있음
What was problem saving this question?
The error MSE=mean(mean((I-B).^2));

거의 11년 전 | 0

질문


What was problem saving this question?
function [Ps]=psnr(originalImage,embeddedImage) I=double(originalImage); B=double(embeddedImage); MSE=mea...

거의 11년 전 | 답변 수: 2 | 0

2

답변

질문


How to Calculate mse?
How to Calculate mse? This is correct mse = mean(mean((originalImage-embeddedImage).^2));

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


This code not correct result the what is problem ?
MSE1=mean(mean((embeddedImage-originalImage).^4)); MaxI=1;% the maximum possible pixel value of the images. PSNR=15*log10((...

거의 11년 전 | 답변 수: 1 | 0

1

답변

답변 있음
How insert value vectors in middle band ?
the value middle band zeros replace this zeros to value vector after multiply vector of 10

거의 11년 전 | 0

질문


How insert value vectors in middle band ?
How insert this value mb=[5 6 7 4 5 6 7 8 9 10 11 12 7 8 14 15 16 17 18 ... 7 8 19 21 23 25 27 29 7 20 22 24 26 2...

거의 11년 전 | 답변 수: 2 | 0

2

답변

질문


What code divide image to 8*8 blocks?
hello please help me What code divide image to 8*8 blocks?

대략 11년 전 | 답변 수: 0 | 0

0

답변

답변 있음
What mean function diag and fliplr explain this two functions?
Thank you answers.

대략 11년 전 | 0

질문


What mean function diag and fliplr explain this two functions?
not understand work this function?

대략 11년 전 | 답변 수: 2 | 0

2

답변

질문


How to combination between this code A=zeros(8); for i=1:4 for j=1:8-(i+3) A(i,j)=1; end end A and this A=ones(4,8); for i=1:4 for j=1:8-(i) A(i,j)=0; end end A ?
How to combination between this code A=zeros(8); for i=1:4 for j=1:8-(i+3) A(i,j)=1; end ...

대략 11년 전 | 답변 수: 2 | 0

2

답변