I fixed mlsvm_flann because on an other machine a couldn't get python to work :)
I compared the results mlsvm_flann to mlsvm_save_flann with get_mat_info and they are not the same. I don't know why, but in my tests running mlsvm_classifier on the mlsvm_flann output produces comparable results to mlsvm_save_flann.
I fixed
mlsvm_flann
because on an other machine a couldn't get python to work :)I compared the results
mlsvm_flann
tomlsvm_save_flann
withget_mat_info
and they are not the same. I don't know why, but in my tests runningmlsvm_classifier
on themlsvm_flann
output produces comparable results tomlsvm_save_flann
.