mlchen666 / LOL_Classification

Learning SVM : Classify Anny and Leesin from LOL by using SVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOL_Classification

Introduction

This is a very simple trial for learning SVM in OpenCV. In this project, I try to classify two types of images, one is Anny's while the other is Leesin's, by using SVM.

For more detail, you may review the code. I am too lazy to write the readme file. I am very sorry for that.

Dependency

OpenCV > 3.0

CMake > 2.8

Bulid

git clone https://github.com/FlyPigChen/LOL_Classification.git
cd LOL_Classification
cd build
cmake ..

License

Do it what you want.

Reference

OpenCV Tutorial

About

Learning SVM : Classify Anny and Leesin from LOL by using SVM


Languages

Language:C++ 94.0%Language:CMake 6.0%