7

Looking for tutorials and/or sample code for libSVM's C++ interface. Specifically, I want to classify features extracted by using SIFT or SURF feature descriptors.

I have tried looking on the website and did not find any such documentation/sample code.

Abhijat Biswas
  • 174
  • 1
  • 14
Mario
  • 1,469
  • 7
  • 29
  • 46

1 Answers1

2

The LIBSVM site gives some links to examples and tutorials:

Specifically, C example are located here:

alan
  • 3,246
  • 1
  • 32
  • 36
cyborg
  • 9,989
  • 4
  • 38
  • 56