Community Profile

photo

maida


FUIEMS

Last seen: 2 years ago Active since 2016

Followers: 0   Following: 0

Message

ahahaah

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


ELM Classifier does not produce a list of predicted labels
My question is Matlab related I am using ELM classifier without kernel to classify my 5 classes. This classifier gives overall a...

6 years ago | 1 answer | 0

1

answer

Question


ELM Classifier does not produce a list of predicted labels
My question is Matlab related I am using ELM classifier without kernel to classify my 5 classes. This classifier gives overall a...

6 years ago | 1 answer | 0

1

answer

Question


how to select some rows(for example row 1 to 5 and then row select 11 to 15 from same matfile) from mat file?
I have a mat file having some data 1st column is a class name and rest are their feature vectors (for example format is like tha...

6 years ago | 0 answers | 0

0

answers

Question


How to add classes number to a mat file containing feature vector of each image in a row, lets say 25 images therefore matfile having total 25 rows?
i am writing a code to classify 5 classes, each class have 10 images. 1. i am first extracting their feature vectors and sav...

6 years ago | 1 answer | 0

1

answer

Question


how to concatenate mat files of different row sizes but same column size vertically?
i am trying to concatenate 8 different matfiles in one newly created matfile. all matfiles have fixed column size but row sizes...

7 years ago | 2 answers | 0

2

answers

Question


how to concatenate different mat files of massive sizes in one matfile?
i am trying to concatenate 6 matfiles of size 50 by 262144 each in to one matfile. the resultant/concatenated matfile is of ...

7 years ago | 1 answer | 0

1

answer

Question


how to introduce next line while saving feature vector values in predefined matfile?
1.i have 50 images 2.my code produces feature vector of size 512 by 512 of 50 images using a for loop 3. i am using reshap...

7 years ago | 0 answers | 0

0

answers

Question


how to remove this error?
1.i have 50 images 2.my code produces feature vector of size 512 by 512 of 50 images using a for loop 3. i am using reshap...

7 years ago | 1 answer | 0

1

answer

Question


how to make 10 by 10 matrix into 1 by 100?
for example i am extracting LBP of 10 images of size 100 by 100. LBP function returns feature vector size 100 by 100 . to store...

7 years ago | 1 answer | 0

1

answer

Question


i want to save my feature vector in a mat file how can i solve this error?
*Subscripted assignment dimension mismatch. Error in mathworks (line 18) Result(i, :) = fv;* here is the code cl...

7 years ago | 0 answers | 0

0

answers

Question


how can i save feature vectors in a mat file?
i have 50 rows and infinite(unknown lets say 30,000) columns. how can i use for loop using 50 iterations as there are 50 differe...

7 years ago | 1 answer | 0

1

answer

Question


can buit in PCA be applied on a notepad containing numeric values?
i have saved feature vectors of an image of size 512 by 512 in a notepad by using fileID . feature vector dimension are 50 rows ...

7 years ago | 0 answers | 0

0

answers

Question


how to import large text file into a MAT file?
hi, i string feature vectors from different algos in a test file. the dimension of FV are 50 by 262144. when ever i try to imp...

7 years ago | 0 answers | 0

0

answers

Question


what can be the value of grid spacing?
i have a dense sift function function [ SIFTFeatureVector,locationX, locationY ] = DenseSIFT( image, nPatchSize, nGridSpacing )...

7 years ago | 0 answers | 0

0

answers

Question


how to filter and save multiple images using a foor loop?
i have 50 png images, i have to 1. filter all those 50 images 2. i have to save all those 50 images using a for loop.. Plea...

7 years ago | 1 answer | 0

1

answer

Question


Finding Min Max Pixels and Co-ordinates from DICOM images?
hey, i am new here, i have dicom images i need to get 4 max pixel values and their co-ordinates and aromatically crop the 128 b...

7 years ago | 1 answer | 0

1

answer