Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to combine several features of a hand

I have extracted the following features of hand: compactness, aspect ration and orientation and stored them in a .csv file. Now I want to train them using KNN. KNN takes a matrix as input, how should I combines these features into a single Mat and train them.

click to hide/show revision 2
No.2 Revision

updated 2016-03-26 22:21:11 -0600

berak gravatar image

How to combine several features of a handhand for machine learning

I have extracted the following features of hand: compactness, aspect ration and orientation and stored them in a .csv file. Now I want to train them using KNN. KNN takes a matrix as input, how should I combines these features into a single Mat and train them.