photo

Kanwal Kaur


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

10 質問
0 回答

ランク
237,433
of 300,853

評判
0

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

回答採用率
70.0%

獲得投票数
0

ランク
 of 21,094

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,319

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How Lexicographical sorting is done for image?
How Lexicographical sorting is done for image??plz someone explain this.Thanks in advance :)

約9年 前 | 1 件の回答 | 0

1

回答

質問


what will this code will perform ? Numclass=[]; for i = 1:nclass Classes=data.y(find(data.y==i)); if size(Classes) ~=0 Numclass = [Numclass; Classes(1)]; end end
Numclass=[];%empty vector array for i = 1:nclass Classes=data.y(find(data.y==i));%Find indices and values of nonzero eleme...

約9年 前 | 1 件の回答 | 0

1

回答

質問


what will code line 2 and 3 will do in below code? fprintf('\nInitializing...\n'); %1 strArray = java_array('java.lang.String', numberOfImagesToProcess);%2 for k = 1 : numberOfImagesToProcess%3 File1 = [imagesFolder '\'];%4 File = [imageFiles
fprintf('\nInitializing...\n'); %1 strArray = java_array('java.lang.String', numberOfImagesToProcess);%2 for k = 1 : num...

約9年 前 | 1 件の回答 | 0

1

回答

質問


what is the difference between A=[]; and A={}; ?
what is the difference between A=[]; and A={}; ?

約9年 前 | 1 件の回答 | 0

1

回答

質問


what will thie do filePattern = [imagesFolder, '\*.*'];
what will this statement will do ? filePattern = [imagesFolder, '\*.*'];

約9年 前 | 1 件の回答 | 0

1

回答

質問


how this save will work, mkdir(database ) y = strcat(database,'/trainID'); save(y,'trainID')
mkdir(database) % will make new folder x= strcat(database,'/Subtrain'); %horizontally concatenatesstrings in arrays save(x,'S...

約9年 前 | 1 件の回答 | 0

1

回答

質問


Subtrain(img,:)= wavelet1(I);
hii.. what is the meaning of this statement, plz explain.. Thanks in advance :) Subtrain(img,:)= wavelet1(I); x= strcat(dat...

約9年 前 | 0 件の回答 | 0

0

回答

質問


please explain this statement for img = 1:s(1)
which type of for loop is this ? please explain the below statement.Thanks in advance. for img = 1:s(1)

約9年 前 | 1 件の回答 | 0

1

回答

質問


in matlab code what is the meaning of [trainfile trainID] = folderSubFolderkvalidation(database);
i have written a code for segregating face images on the basis of gender of the person.and using this statement also. please exp...

約9年 前 | 1 件の回答 | 0

1

回答