Skip to content

StoneLin0708/lbp_svm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course practice

lbp feature classifier

  • required :

    • opencv 3
    • boost
  • install :

  git submodule update --init
  mkdir build && cd build
  cmake -DCMAKE_BUILD_TYPE=Release ..
  make
  • train & run
    • data
      • pos
        • ooo.jpg
        • ooo.jpg
      • neg
        • xxx.jpg
        • xxx.jpg
  ./build/test/train data # trained model model.xml
  ./build/src/detect model.xml testImg/001.jpg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published