Community Profile

photo

Kanwal Kaur


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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)

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer