Skip to content

alexk838/Industry-SVM1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to build

$ tar -zxvf data.tar.gz
$ mkdir build
$ cd build
$ cmake ..
$ make

Executables

./Chapter6 ../data/test.pgm

Results

main

shotpic

Note

Source code mainly comes from OpenCV By Example book.
I only add and change a little code so that the demo can run without any error.

About

SVM demo learning with help of OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 97.6%
  • CMake 2.4%