photo

Kanwal Kaur


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
0 답변

순위
237,430
of 300,851

평판
0

참여
10 질문
0 답변

답변 채택
70.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
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

답변

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

답변