Feeds
提问
How to normalize face data for svm classification
I am doing binary classification( face and non-face), what i am not sure is what is the proper way to normalize the face and non...
12 years 前 | 0 个回答 | 0
0
个回答提问
How to generate a matrix whose rows numbers are not elements of a given row vector
Hi all, pls i want generate a matrix from a matrix A of size m x n whose rows number cannot be an element in a row vector v = [v...
12 years 前 | 2 个回答 | 0
2
个回答提问
How to store images in a single array or matrix
Hello, i have a number of jpeg images stored in a folder; how can i read all the images and store them as a single matrix or arr...
12 years 前 | 6 个回答 | 1
6
个回答提问
How to Extract Cell Arrays contained in a cell
Hello,pls i have a cell array that contains 4 cells,(i.e. 1x1 1x16 1x32 and 1x1, each of which represent an image.)How can i ext...
13 years 前 | 2 个回答 | 0
2
个回答提问
How to convert cell array to matrix
I have a cell array of size <1x16>,how can I convert it to a matrix? I tried cell2mat but is always showing an error that size...
14 years 前 | 1 个回答 | 0
