photo

Kanwal Kaur


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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)

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort