photo

Reem Al Shehri


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

8 質問
3 回答

ランク
254,483
of 301,763

評判
0

コントリビューション
8 質問
3 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 21,413

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,447

コントリビューション
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

回答