Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Accessing LibSVM through Visual Studio 2010 and C++

hi , I am using pure LibSVM for my OCR app instead of OpenCV inbuilt one(CVSVM). I download the LibSVM and test it with Command Prompt and it works fine. Now i want to access libsvm train, predict and other functions through my visual c++ project. I have followed "Building Windows Binaries" instructions in LibSVM README file. Here what i did,

  1. set the environment variables of VC++
  2. nmake -f Makefile.win clean all

all above steps were succeeded. But still i have no idea about how to link those svm-train.exe, svm-predict.exe applications or svm.h,svm.cpp files with my visual c++ project. what should is do after "Building Windows Binaries" . does any one has experience with that or can anyone give some suggestions to me? Please Help.

Accessing LibSVM through Visual Studio 2010 and C++

hi , I am using pure LibSVM for my OCR app instead of OpenCV inbuilt one(CVSVM). I download the LibSVM and test it with Command Prompt and it works fine. Now i want to access libsvm train, predict and other functions through my visual c++ project. I have followed "Building Windows Binaries" instructions in LibSVM README file. Here what i did,

  1. set the environment variables of VC++
  2. nmake -f Makefile.win clean all

all above steps were succeeded. But still i have no idea about how to link those svm-train.exe, svm-predict.exe applications or svm.h,svm.cpp files with my visual c++ project. what should is i do after "Building Windows Binaries" . does any one has experience with that or can anyone give some suggestions to me? Please Help.