quantombone / exemplarsvm

Ensemble of Exemplar-SVMs for Object Detection and Beyond
http://www.cs.cmu.edu/~tmalisie/projects/iccv11/index.html
MIT License
430 stars 155 forks source link

esvm_detect should return matrices for features #50

Open quantombone opened 12 years ago

quantombone commented 12 years ago

Currently a cell array of matrices is returned, but a matrix is actually more appropriate since I'm calling cat(2,feats{:}) on it all the time...