photo

olfa abdalah


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
221,973
of 302,089

評判
0

コントリビューション
6 質問
0 回答

回答採用率
66.67%

獲得投票数
0

ランク
 of 21,539

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 178,760

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Hi please any one know how to calculate Hu's Moment Invariant to compare tow images Iuse this function but I don't know if it's true or no?? and thank you
if true function inv_moments = Hu_Moments(eta) inv_moments(1) = eta(3,1) + eta(1,3); inv_moments(2) = (eta(3,1) - eta(1...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Hi, please I want to calculate the distance between this tow matrix using pdist2
<</matlabcentral/answers/uploaded_files/50028/pidst2.PNG>>

10年以上 前 | 2 件の回答 | 0

2

回答

質問


Hi, please if I have 500 I want to do like this for all the images I need a " for "but I don't how, thank you for help
a=imread('image\0.jpg'); r=a(:,:,1); v=a(:,:,2); b=a(:,:,3); couleur=(r+v+b)/3; save('img\couleur\0.mat','coule...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Hi, please help, I have 500 files I need to sort them by order 1.mat,2.mat,3.mat... 10.mat,11.mat...
list = dir('index\indexation texture\'); [d h]=size(list); for i =3: d ch=list(i).name; disp(ch); no...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


Hi, anyone can help me, I have 200 images and I calculate for each image the GLCM and I save it in a *.mat files then I recuperate the data from the file to calculate the distance between the img query and display the 12 most similar img
resulat=[]; disp (a); I = rgb2gray(a); t=glcm(I); j=1; list = dir('index\indexation texture\.mat'); for i = 1:length...

10年以上 前 | 1 件の回答 | 0

1

回答

質問


I need help please
please I have a problem in this code i want to convert an image and to compare it with other images: function Couleur_Cal...

10年以上 前 | 1 件の回答 | 0

1

回答