video classification using svm
Mostrar comentarios más antiguos
I extracted features from some short video files and saved each of them in separate 3d matrices. Now, how can I use SVM as classifier?
2 comentarios
Walter Roberson
el 14 de Feb. de 2012
svm would not care what the origin of the data was, so you should be able to use regular svm techniques.
shab shekan
el 15 de Feb. de 2012
Respuesta aceptada
Más respuestas (1)
Thijs
el 14 de Feb. de 2012
0 votos
if you have the bioinformatic toolbox you can use svmtrain to train your classifier and svmclassify to classify it.
1 comentario
shab shekan
el 14 de Feb. de 2012
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!