Skip to content

Instantly share code, notes, and snippets.

@kuanting
kuanting / svm_classifier.cpp
Created August 31, 2014 22:33
Using LIBSVM with OpenCV Mat
#include "svm.h"
#include <iostream>
#include "opencv2/opencv.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/ml/ml.hpp"
#include <iostream>
using namespace cv;
using namespace std;